Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jeff Johnson and committed by
Rob Herring (Arm)
a0fc1a05 1613e604

+1
+1
drivers/of/of_test.c
··· 54 54 kunit_test_suites( 55 55 &of_dtb_suite, 56 56 ); 57 + MODULE_DESCRIPTION("KUnit tests for OF APIs"); 57 58 MODULE_LICENSE("GPL");