]> git.baikalelectronics.ru Git - kernel.git/commitdiff
serial: kgdboc: Fix typo in comment
authorXiang wangx <wangxiang@cdjrlc.com>
Mon, 20 Jun 2022 10:46:53 +0000 (18:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jun 2022 12:37:09 +0000 (14:37 +0200)
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>
drivers/tty/serial/kgdboc.c

index 79b7db8580e05c9240e447b83d42137fc7f3a8a9..7aa37be3216a57e23a88e4e9a336d031a5a0a261 100644 (file)
@@ -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)