Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a0fc1a0

Browse files
Jeff Johnsonrobherring
authored andcommitted
of: of_test: add MODULE_DESCRIPTION()
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>
1 parent 1613e60 commit a0fc1a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/of/of_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ static struct kunit_suite of_dtb_suite = {
5454
kunit_test_suites(
5555
&of_dtb_suite,
5656
);
57+
MODULE_DESCRIPTION("KUnit tests for OF APIs");
5758
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)