Skip to content

Commit

Permalink
net: fill in MODULE_DESCRIPTION()s for HSR
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 High-availability Seamless Redundancy (HSR) driver.

Signed-off-by: Breno Leitao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
leitao authored and kuba-moo committed Jan 12, 2024
1 parent e1b1d28 commit 417d8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/hsr/hsr_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ static void __exit hsr_exit(void)

module_init(hsr_init);
module_exit(hsr_exit);
MODULE_DESCRIPTION("High-availability Seamless Redundancy (HSR) driver");
MODULE_LICENSE("GPL");

0 comments on commit 417d8c5

Please sign in to comment.