Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Jeff Johnson and committed by
Michael Ellerman
50b5fed9 cf08b628

+1
+1
drivers/macintosh/mac_hid.c
··· 16 16 #include <linux/module.h> 17 17 #include <linux/slab.h> 18 18 19 + MODULE_DESCRIPTION("Mouse button 2+3 emulation"); 19 20 MODULE_LICENSE("GPL"); 20 21 21 22 static int mouse_emulate_buttons;