summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/of_test.c')
-rw-r--r--drivers/of/of_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/of_test.c b/drivers/of/of_test.c
index a9301d293f01..c85a258bc6ae 100644
--- 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");