aboutsummaryrefslogtreecommitdiff
path: root/lib/test_min_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test_min_heap.c')
-rw-r--r--lib/test_min_heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_min_heap.c b/lib/test_min_heap.c
index 9e1feb9b679c..64c877e73b64 100644
--- a/lib/test_min_heap.c
+++ b/lib/test_min_heap.c
@@ -226,4 +226,5 @@ static void __exit test_min_heap_exit(void)
}
module_exit(test_min_heap_exit);
+MODULE_DESCRIPTION("Test cases for the min max heap");
MODULE_LICENSE("GPL");