diff options
-rw-r--r-- | arch/um/drivers/ubd_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index 4fe4d6b73070..b498f2740100 100644 --- a/arch/um/drivers/ubd_kern.c +++ b/arch/um/drivers/ubd_kern.c | |||
@@ -444,7 +444,7 @@ __uml_help(ubd_setup, | |||
444 | " cluster filesystem and inappropriate at almost all other times.\n\n" | 444 | " cluster filesystem and inappropriate at almost all other times.\n\n" |
445 | ); | 445 | ); |
446 | 446 | ||
447 | static int udb_setup(const char *str) | 447 | static int udb_setup(char *str) |
448 | { | 448 | { |
449 | printk("udb%s specified on command line is almost certainly a ubd -> " | 449 | printk("udb%s specified on command line is almost certainly a ubd -> " |
450 | "udb TYPO\n", str); | 450 | "udb TYPO\n", str); |