Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cs5535-mfgpt: Fix quotation marks

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>

authored by

Richard Weinberger and committed by
Greg Kroah-Hartman
33facb4d 288fa3e0

+2 -2
+2 -2
drivers/misc/cs5535-mfgpt.c
··· 27 27 MODULE_PARM_DESC(mfgptfix, "Try to reset the MFGPT timers during init; " 28 28 "required by some broken BIOSes (ie, TinyBIOS < 0.99) or kexec " 29 29 "(1 = reset the MFGPT using an undocumented bit, " 30 - "2 = perform a soft reset by unconfiguring all timers); 31 - use what works best for you."); 30 + "2 = perform a soft reset by unconfiguring all timers); " 31 + "use what works best for you."); 32 32 33 33 struct cs5535_mfgpt_timer { 34 34 struct cs5535_mfgpt_chip *chip;