aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
diff options
context:
space:
mode:
authorJeff Dike <jdike@addtoit.com>2005-05-28 18:51:55 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-28 19:46:11 -0400
commit0894e27e7999bdbad2e65734caa1d5de65e7d890 (patch)
tree351bbb8d45c53cef6cb968ce2d97e42b27c18763 /arch/um/drivers/ubd_kern.c
parenta2e4b972c99685d9d7b869c4bf8d8b258ff5b60c (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.c6
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