Skip to content

Commit c087230

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the IEEE 802.15.4 loopback driver. Signed-off-by: Breno Leitao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 5b8e346 commit c087230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ieee802154/fakelb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,5 @@ static __exit void fake_remove_module(void)
259259

260260
module_init(fakelb_init_module);
261261
module_exit(fake_remove_module);
262+
MODULE_DESCRIPTION("IEEE 802.15.4 loopback driver");
262263
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)