]> git.baikalelectronics.ru Git - kernel.git/commit
HID: core: fix kerneldoc warnings in hid-core.c
authorXiaofei Tan <tanxiaofei@huawei.com>
Tue, 22 Sep 2020 12:00:12 +0000 (20:00 +0800)
committerJiri Kosina <jkosina@suse.cz>
Wed, 23 Sep 2020 11:10:45 +0000 (13:10 +0200)
commit9abcda802c1853bfd1ee630ad84ca06d57a35a17
treed289d210b13011274fa42dfd1eefa28aa1bb821e
parent9c77e63fca38761ac79761f40ae8954a9224dfb2
HID: core: fix kerneldoc warnings in hid-core.c

Fix following warnings caused by mismatch bewteen function parameters
and comments.
drivers/hid/hid-core.c:931: warning: Function parameter or member 'hid' not described in 'hid_parse_report'
drivers/hid/hid-core.c:931: warning: Excess function parameter 'device' description in 'hid_parse_report'
drivers/hid/hid-core.c:961: warning: Function parameter or member 'hid' not described in 'hid_validate_values'
drivers/hid/hid-core.c:961: warning: Excess function parameter 'device' description in 'hid_validate_values'
drivers/hid/hid-core.c:1452: warning: Function parameter or member 'report' not described in 'hid_match_report'
drivers/hid/hid-core.c:1452: warning: Excess function parameter 'report_type' description in 'hid_match_report'
drivers/hid/hid-core.c:2132: warning: Function parameter or member 'drv' not described in 'new_id_store'
drivers/hid/hid-core.c:2132: warning: Excess function parameter 'driver' description in 'new_id_store'

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c