Skip to content

Commit 1fff1f7

Browse files
kuba-moodavem330
authored andcommitted
net: fill in MODULE_DESCRIPTION()s in kuba@'s modules
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Fill it in for the modules I maintain. Acked-by: Kalle Valo <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f1c7339 commit 1fff1f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/net/netdevsim/netdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,5 @@ static void __exit nsim_module_exit(void)
470470
module_init(nsim_module_init);
471471
module_exit(nsim_module_exit);
472472
MODULE_LICENSE("GPL");
473+
MODULE_DESCRIPTION("Simulated networking device for testing");
473474
MODULE_ALIAS_RTNL_LINK(DRV_NAME);

drivers/net/wireless/mediatek/mt7601u/usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ static int mt7601u_resume(struct usb_interface *usb_intf)
365365

366366
MODULE_DEVICE_TABLE(usb, mt7601u_device_table);
367367
MODULE_FIRMWARE(MT7601U_FIRMWARE);
368+
MODULE_DESCRIPTION("MediaTek MT7601U USB Wireless LAN driver");
368369
MODULE_LICENSE("GPL");
369370

370371
static struct usb_driver mt7601u_driver = {

0 commit comments

Comments
 (0)