Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68265043 authored by Paulius Zaleckas's avatar Paulius Zaleckas Committed by Greg Kroah-Hartman
Browse files

USB: ftdi_sio: fix 'product' parameter description

parent bc45df95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2459,5 +2459,5 @@ module_param(vendor, ushort, 0);
MODULE_PARM_DESC(vendor, "User specified vendor ID (default="
		__MODULE_STRING(FTDI_VID)")");
module_param(product, ushort, 0);
MODULE_PARM_DESC(vendor, "User specified product ID");
MODULE_PARM_DESC(product, "User specified product ID");