| commit | 3809fe479861194e310c23ed48b010c7c0f72d22 | [log] [tgz] |
|---|---|---|
| author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | Thu Dec 16 10:21:57 2021 +0100 |
| committer | Jiri Kosina <jkosina@suse.cz> | Thu Jan 06 15:39:43 2022 +0100 |
| tree | 25283fcfb56289958fc201786ead690ac280a588 | |
| parent | 98b6b62cd5569a158868b62dc7866b5aae5d9a38 [diff] |
HID: address kernel-doc warnings The command ./scripts/kernel-doc -none include/linux/hid.h reports: include/linux/hid.h:818: warning: cannot understand function prototype: 'struct hid_ll_driver ' include/linux/hid.h:1135: warning: expecting prototype for hid_may_wakeup(). Prototype was for hid_hw_may_wakeup() instead Address those kernel-doc warnings. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>