11 Jun
2024
11 Jun
'24
1:36 a.m.
On 6/4/2024 4:13 PM, Jeff Johnson wrote:
On 5/23/2024 5:10 PM, Wesley Cheng wrote:
From: Mathias Nyman mathias.nyman@linux.intel.com
[...]
+EXPORT_SYMBOL_GPL(xhci_sideband_unregister); +MODULE_LICENSE("GPL");
Please add missing MODULE_DESCRIPTION()
Thanks, Jeff, will add this to the drivers that need it.
Thanks Wesley Cheng