mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
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>
This commit is contained in:
parent
b28be5d06d
commit
ab8ba6c59d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user