aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/tests/fpga-mgr-test.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2025-03-24 17:32:29 +0000
committerAndrew Morton <[email protected]>2025-04-12 00:32:38 +0000
commit6810431bc47301376174331f6d85a70c8520c941 (patch)
treea1db6207edab6a55dcc7b0e3d23610fe7573fbca /drivers/fpga/tests/fpga-mgr-test.c
parentsamples/livepatch: add module descriptions (diff)
downloadkernel-6810431bc47301376174331f6d85a70c8520c941.tar.gz
kernel-6810431bc47301376174331f6d85a70c8520c941.zip
fpga: tests: add module descriptions
Modules without a description now cause a warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fpga/tests/fpga-bridge-test.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fpga/tests/fpga-mgr-test.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/fpga/tests/fpga-region-test.o Link: https://lkml.kernel.org/r/[email protected] Fixes: 6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()") Signed-off-by: Arnd Bergmann <[email protected]> Cc: Hao Wu <[email protected]> Cc: Jeff Johnson <[email protected]> Cc: Marco Pagani <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Moritz Fischer <[email protected]> Cc: Russ Weight <[email protected]> Cc: Stehen Rothwell <[email protected]> Cc: Tom Rix <[email protected]> Cc: Xu Yilun <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/fpga/tests/fpga-mgr-test.c')
-rw-r--r--drivers/fpga/tests/fpga-mgr-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/tests/fpga-mgr-test.c b/drivers/fpga/tests/fpga-mgr-test.c
index 9cb37aefbac4..8748babb0504 100644
--- a/drivers/fpga/tests/fpga-mgr-test.c
+++ b/drivers/fpga/tests/fpga-mgr-test.c
@@ -330,4 +330,5 @@ static struct kunit_suite fpga_mgr_suite = {
kunit_test_suite(fpga_mgr_suite);
+MODULE_DESCRIPTION("KUnit test for the FPGA Manager");
MODULE_LICENSE("GPL");