Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent fc2f6774
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");
+1 −0
Original line number Diff line number Diff line
@@ -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");