Skip to content

Commit 8bb9f9f

Browse files
Jeff JohnsonJiri Kosina
authored andcommitted
HID: intel-ish-hid: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/intel-ish-hid/intel-ishtp.o Signed-off-by: Jeff Johnson <[email protected]> Acked-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 9ee76cd commit 8bb9f9f

File tree

1 file changed

+1
-0
lines changed
  • drivers/hid/intel-ish-hid/ishtp

1 file changed

+1
-0
lines changed

drivers/hid/intel-ish-hid/ishtp/bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,4 +932,5 @@ static void __exit ishtp_bus_unregister(void)
932932
module_init(ishtp_bus_register);
933933
module_exit(ishtp_bus_unregister);
934934

935+
MODULE_DESCRIPTION("ISHTP bus driver");
935936
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)