]> Pileus Git - ~andy/linux/commitdiff
cs5535-mfgpt: Fix quotation marks
authorRichard Weinberger <richard@nod.at>
Tue, 2 Apr 2013 07:37:09 +0000 (09:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2013 18:23:13 +0000 (11:23 -0700)
Commit "cs5535-mfgpt: Add another reset method" introduced an unterminated
string and broke the build.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/cs5535-mfgpt.c

index 6bdb3baf7bcfc303c78e61f280da39488e483070..effd8c6b2b9414bfb754bc3e805f7bd398ae1faa 100644 (file)
@@ -27,8 +27,8 @@ module_param_named(mfgptfix, mfgpt_reset_timers, int, 0644);
 MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; "
                "required by some broken BIOSes (ie, TinyBIOS < 0.99) or kexec "
                "(1 = reset the MFGPT using an undocumented bit, "
-               "2 = perform a soft reset by unconfiguring all timers);
-               use what works best for you.");
+               "2 = perform a soft reset by unconfiguring all timers); "
+               "use what works best for you.");
 
 struct cs5535_mfgpt_timer {
        struct cs5535_mfgpt_chip *chip;