diff options
author | Jeff Dike <jdike@addtoit.com> | 2005-05-28 18:51:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-28 19:46:11 -0400 |
commit | 0894e27e7999bdbad2e65734caa1d5de65e7d890 (patch) | |
tree | 351bbb8d45c53cef6cb968ce2d97e42b27c18763 /arch/um/drivers/ubd_kern.c | |
parent | a2e4b972c99685d9d7b869c4bf8d8b258ff5b60c (diff) |
[PATCH] uml: single-space a help message
One of the ubd driver help strings was bust.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/drivers/ubd_kern.c')
-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 | ||