summaryrefslogtreecommitdiff
path: root/lib/test_ida.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test_ida.c')
-rw-r--r--lib/test_ida.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_ida.c b/lib/test_ida.c
index 072a49897e71..c80155a1956d 100644
--- a/lib/test_ida.c
+++ b/lib/test_ida.c
@@ -214,4 +214,5 @@ static void ida_exit(void)
module_init(ida_checks);
module_exit(ida_exit);
MODULE_AUTHOR("Matthew Wilcox <willy@infradead.org>");
+MODULE_DESCRIPTION("Test the IDA API");
MODULE_LICENSE("GPL");