Re: [PATCH net-next] net: usb: mcs7830: fix typo in module description and clarify it
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2026-05-05 06:43:27
Also in:
linux-usb
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: 2026-05-05 06:43:27
Also in:
linux-usb
On Mon, May 04, 2026 at 06:34:59PM -0700, Ethan Nelson-Moore wrote:
The mcs7830 driver's MODULE_DESCRIPTION has an errant parenthesis
MODULE_DESCRIPTION()
and does not indicate that the device is an Ethernet adapter. Remove the parenthesis and improve the description.
...
-MODULE_DESCRIPTION("USB to network adapter MCS7830)");
+MODULE_DESCRIPTION("MCS7830 USB to Ethernet adapter driver");It's better to align this with the top comment * MOSCHIP MCS7830 based (7730/7830/7832) USB 2.0 Ethernet Devices Another option is to align to Kconfig help tristate "MosChip MCS7830 based Ethernet adapters" (ideally all three should be the same). -- With Best Regards, Andy Shevchenko