summaryrefslogtreecommitdiff
path: root/drivers/base/test/property-entry-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/test/property-entry-test.c')
-rw-r--r--drivers/base/test/property-entry-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/base/test/property-entry-test.c b/drivers/base/test/property-entry-test.c
index dd2b606d76a3..a8657eb06f94 100644
--- a/drivers/base/test/property-entry-test.c
+++ b/drivers/base/test/property-entry-test.c
@@ -506,3 +506,7 @@ static struct kunit_suite property_entry_test_suite = {
};
kunit_test_suite(property_entry_test_suite);
+
+MODULE_DESCRIPTION("Test module for the property entry API");
+MODULE_AUTHOR("Dmitry Torokhov <dtor@chromium.org>");
+MODULE_LICENSE("GPL");