projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b1d28
)
net: fill in MODULE_DESCRIPTION()s for HSR
author
Breno Leitao
<leitao@debian.org>
Mon, 8 Jan 2024 18:16:03 +0000
(10:16 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 12 Jan 2024 00:16:08 +0000
(16:16 -0800)
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 <leitao@debian.org>
Link:
https://lore.kernel.org/r/20240108181610.2697017-4-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/hsr/hsr_main.c
patch
|
blob
|
history
diff --git
a/net/hsr/hsr_main.c
b/net/hsr/hsr_main.c
index b099c315015096f3637f4770ee9a6553baac2637..cb83c8feb746535fe4126f4172ffbafaac58b0d5 100644
(file)
--- a/
net/hsr/hsr_main.c
+++ b/
net/hsr/hsr_main.c
@@
-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");