From: Xiang wangx Date: Mon, 20 Jun 2022 10:46:53 +0000 (+0800) Subject: serial: kgdboc: Fix typo in comment X-Git-Tag: baikal/mips/sdk6.1~5078^2~74 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=a6c5cee888468b43a05d393d439c3b3e42a59547;p=kernel.git serial: kgdboc: Fix typo in comment Delete the redundant word 'the'. Signed-off-by: Xiang wangx Link: https://lore.kernel.org/r/20220620104653.5451-1-wangxiang@cdjrlc.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c index 79b7db8580e05..7aa37be3216a5 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)