Skip to content

Commit 50b5fed

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> [mpe: Change the description to just "Mouse button 2+3 emulation"] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240509-mac_hid-md-v1-1-4091f1e4e4e0@quicinc.com
1 parent cf08b62 commit 50b5fed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)