projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1613e60
)
of: of_test: add MODULE_DESCRIPTION()
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Fri, 24 May 2024 23:58:26 +0000
(16:58 -0700)
committer
Rob Herring (Arm)
<robh@kernel.org>
Tue, 28 May 2024 17:10:00 +0000
(12:10 -0500)
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/of/of_test.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link:
https://lore.kernel.org/r/20240524-md-of-of_test-v1-1-6ebd078d620f@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/of_test.c
patch
|
blob
|
history
diff --git
a/drivers/of/of_test.c
b/drivers/of/of_test.c
index a9301d293f014cb2e088b1826397c2001331866e..c85a258bc6ae64b83b76fdfb99533914b02ff8b3 100644
(file)
--- a/
drivers/of/of_test.c
+++ b/
drivers/of/of_test.c
@@
-54,4
+54,5
@@
static struct kunit_suite of_dtb_suite = {
kunit_test_suites(
&of_dtb_suite,
);
+MODULE_DESCRIPTION("KUnit tests for OF APIs");
MODULE_LICENSE("GPL");