Skip to content

Commit 50b5fed

Browse files
Jeff Johnsonmpe
authored andcommitted
macintosh/mac_hid: add MODULE_DESCRIPTION()
Fix the make W=1 warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/macintosh/mac_hid.o Signed-off-by: Jeff Johnson <[email protected]> [mpe: Change the description to just "Mouse button 2+3 emulation"] Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/[email protected]
1 parent cf08b62 commit 50b5fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/macintosh/mac_hid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <linux/module.h>
1717
#include <linux/slab.h>
1818

19+
MODULE_DESCRIPTION("Mouse button 2+3 emulation");
1920
MODULE_LICENSE("GPL");
2021

2122
static int mouse_emulate_buttons;

0 commit comments

Comments
 (0)