mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
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 <leitao@debian.org> Link: https://lore.kernel.org/r/20240214152741.670178-4-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
c0872309ac
commit
44c1197bce
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue