diff options
-rw-r--r-- | arch/um/drivers/ubd_kern.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index 7e98e3e168c1..2a7f6892c55c 100644 --- a/arch/um/drivers/ubd_kern.c +++ b/arch/um/drivers/ubd_kern.c | |||
@@ -439,9 +439,9 @@ static int udb_setup(char *str) | |||
439 | __setup("udb", udb_setup); | 439 | __setup("udb", udb_setup); |
440 | __uml_help(udb_setup, | 440 | __uml_help(udb_setup, |
441 | "udb\n" | 441 | "udb\n" |
442 | " This option is here solely to catch ubd -> udb typos, which can be\n\n" | 442 | " This option is here solely to catch ubd -> udb typos, which can be\n" |
443 | " to impossible to catch visually unless you specifically look for\n\n" | 443 | " to impossible to catch visually unless you specifically look for\n" |
444 | " them. The only result of any option starting with 'udb' is an error\n\n" | 444 | " them. The only result of any option starting with 'udb' is an error\n" |
445 | " in the boot output.\n\n" | 445 | " in the boot output.\n\n" |
446 | ); | 446 | ); |
447 | 447 | ||