Skip to content

Commit

Permalink
net: fill in MODULE_DESCRIPTION()s for plip
Browse files Browse the repository at this point in the history
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 <leitao@debian.org>
Link: https://lore.kernel.org/r/20240214152741.670178-4-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Breno Leitao authored and Jakub Kicinski committed Feb 15, 2024
1 parent c087230 commit 44c1197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/plip/plip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1437,4 +1437,5 @@ static int __init plip_init (void)

module_init(plip_init);
module_exit(plip_cleanup_module);
MODULE_DESCRIPTION("PLIP (parallel port) network module");
MODULE_LICENSE("GPL");

0 comments on commit 44c1197

Please sign in to comment.