Skip to content

Commit 44c1197

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for plip
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the PLIP (parallel port) network module Signed-off-by: Breno Leitao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c087230 commit 44c1197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/plip/plip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,4 +1437,5 @@ static int __init plip_init (void)
14371437

14381438
module_init(plip_init);
14391439
module_exit(plip_cleanup_module);
1440+
MODULE_DESCRIPTION("PLIP (parallel port) network module");
14401441
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)