public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ftdi_sio: fix 'product' parameter description
@ 2008-09-10 14:18 Paulius Zaleckas
  0 siblings, 0 replies; only message in thread
From: Paulius Zaleckas @ 2008-09-10 14:18 UTC (permalink / raw)
  To: linux-usb; +Cc: Linux-kernel

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>

Index: linux-2.6/drivers/usb/serial/ftdi_sio.c
===================================================================
--- linux-2.6.orig/drivers/usb/serial/ftdi_sio.c
+++ linux-2.6/drivers/usb/serial/ftdi_sio.c
@@ -2452,5 +2452,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");



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-10 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10 14:18 [PATCH] ftdi_sio: fix 'product' parameter description Paulius Zaleckas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox