Skip to content

Commit cf36b7d

Browse files
PuckChgregkh
authored andcommitted
USB: iuu_phoenix: clean-up parameter's descriptions
Signed-off-by: Olivier Bornet <Olivier.Bornet@puck.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent ff39340 commit cf36b7d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

drivers/usb/serial/iuu_phoenix.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,14 +1234,15 @@ module_param(debug, bool, S_IRUGO | S_IWUSR);
12341234
MODULE_PARM_DESC(debug, "Debug enabled or not");
12351235

12361236
module_param(xmas, bool, S_IRUGO | S_IWUSR);
1237-
MODULE_PARM_DESC(xmas, "xmas color enabled or not");
1237+
MODULE_PARM_DESC(xmas, "Xmas colors enabled or not");
12381238

12391239
module_param(boost, int, S_IRUGO | S_IWUSR);
1240-
MODULE_PARM_DESC(boost, "overclock boost percent 100 to 500");
1240+
MODULE_PARM_DESC(boost, "Card overclock boost (in percent 100-500)");
12411241

12421242
module_param(clockmode, int, S_IRUGO | S_IWUSR);
1243-
MODULE_PARM_DESC(clockmode, "1=3Mhz579,2=3Mhz680,3=6Mhz");
1243+
MODULE_PARM_DESC(clockmode, "Card clock mode (1=3.579 MHz, 2=3.680 MHz, "
1244+
"3=6 Mhz)");
12441245

12451246
module_param(cdmode, int, S_IRUGO | S_IWUSR);
1246-
MODULE_PARM_DESC(cdmode, "Card detect mode 0=none, 1=CD, 2=!CD, 3=DSR, "
1247-
"4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING");
1247+
MODULE_PARM_DESC(cdmode, "Card detect mode (0=none, 1=CD, 2=!CD, 3=DSR, "
1248+
"4=!DSR, 5=CTS, 6=!CTS, 7=RING, 8=!RING)");

0 commit comments

Comments
 (0)