summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/kgdboc.c
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-20 13:46:53 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-27 15:37:09 +0300
commitab8ba6c59d5ab4f894cd731c0b05825576d15ed1 (patch)
treee5d149739c70d7e240b442fe58afc2f51a38431e /drivers/tty/serial/kgdboc.c
parentb28be5d06d337423836b96a29afd53047a3d290f (diff)
downloadlinux-ab8ba6c59d5ab4f894cd731c0b05825576d15ed1.tar.xz
serial: kgdboc: Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220620104653.5451-1-wangxiang@cdjrlc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/kgdboc.c')
-rw-r--r--drivers/tty/serial/kgdboc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c
index 79b7db8580e0..7aa37be3216a 100644
--- a/drivers/tty/serial/kgdboc.c
+++ b/drivers/tty/serial/kgdboc.c
@@ -342,7 +342,7 @@ static int param_set_kgdboc_var(const char *kmessage,
/*
* Configure with the new params as long as init already ran.
* Note that we can get called before init if someone loads us
- * with "modprobe kgdboc kgdboc=..." or if they happen to use the
+ * with "modprobe kgdboc kgdboc=..." or if they happen to use
* the odd syntax of "kgdboc.kgdboc=..." on the kernel command.
*/
if (configured >= 0)