Skip to content

Commit 6826504

Browse files
Paulius Zaleckasgregkh
authored andcommitted
USB: ftdi_sio: fix 'product' parameter description
Signed-off-by: Paulius Zaleckas <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent bc45df9 commit 6826504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,5 +2459,5 @@ module_param(vendor, ushort, 0);
24592459
MODULE_PARM_DESC(vendor, "User specified vendor ID (default="
24602460
__MODULE_STRING(FTDI_VID)")");
24612461
module_param(product, ushort, 0);
2462-
MODULE_PARM_DESC(vendor, "User specified product ID");
2462+
MODULE_PARM_DESC(product, "User specified product ID");
24632463

0 commit comments

Comments
 (0)