The patch titled ftdi_sio: fix 'product' parameter description has been added to the -mm tree. Its filename is ftdi_sio-fix-product-parameter-description.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ftdi_sio: fix 'product' parameter description From: Paulius Zaleckas <paulius.zaleckas@xxxxxxxxxxxx> Signed-off-by: Paulius Zaleckas <paulius.zaleckas@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/ftdi_sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/serial/ftdi_sio.c~ftdi_sio-fix-product-parameter-description drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c~ftdi_sio-fix-product-parameter-description +++ a/drivers/usb/serial/ftdi_sio.c @@ -2475,5 +2475,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"); _ Patches currently in -mm which might be from paulius.zaleckas@xxxxxxxxxxxx are ftdi_sio-fix-product-parameter-description.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html