projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45be81f
)
tlclk: add missing MODULE_DESCRIPTION() macro
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Mon, 3 Jun 2024 18:33:05 +0000
(11:33 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 15:40:14 +0000
(17:40 +0200)
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/char/tlclk.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link:
https://lore.kernel.org/r/20240603-md-char-tlclk-v1-1-d395aa93da86@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/tlclk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/tlclk.c
b/drivers/char/tlclk.c
index 896a3550fba9f3c40f0bd5f23e6251aa9612fdad..377bebf6c925da7bccbf6d972015feb3dfb117a8 100644
(file)
--- a/
drivers/char/tlclk.c
+++ b/
drivers/char/tlclk.c
@@
-47,6
+47,7
@@
#include <linux/uaccess.h>
MODULE_AUTHOR("Sebastien Bouchard <sebastien.bouchard@ca.kontron.com>");
+MODULE_DESCRIPTION("Telecom Clock driver for Intel NetStructure(tm) MPCBL0010");
MODULE_LICENSE("GPL");
/*Hardware Reset of the PLL */