Skip to content

Commit

Permalink
net: fill in MODULE_DESCRIPTION()s for dsa_loop_bdinfo
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 DSA loopback fixed PHY module.

Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20240208164244.3818498-10-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Breno Leitao authored and Jakub Kicinski committed Feb 9, 2024
1 parent 830bd88 commit 6034e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/dsa/dsa_loop_bdinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ static int __init dsa_loop_bdinfo_init(void)
}
arch_initcall(dsa_loop_bdinfo_init)

MODULE_DESCRIPTION("DSA mock-up switch driver");
MODULE_LICENSE("GPL");

0 comments on commit 6034e05

Please sign in to comment.