Commit da86920f authored by Terry Chia's avatar Terry Chia Committed by Greg Kroah-Hartman

Add MODULE_DESCRIPTION to dummy-irq.c and lkdtm.c in drivers/misc

This starts to address
https://bugzilla.kernel.org/show_bug.cgi?id=10770Signed-off-by: default avatarTerry Chia <terrycwk1994@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fc2f6774
......@@ -61,3 +61,4 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jiri Kosina");
module_param(irq, uint, 0444);
MODULE_PARM_DESC(irq, "The IRQ to register for");
MODULE_DESCRIPTION("Dummy IRQ handler driver");
......@@ -870,3 +870,4 @@ module_init(lkdtm_module_init);
module_exit(lkdtm_module_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Kprobe module for testing crash dumps");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment