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)
commit5f94e9c82a86ac1c624ac7ebf456515a07c10851
treed289d210b13011274fa42dfd1eefa28aa1bb821e
parent4a6a4c966ccf38b2d74c05bb7c7dd3b94dbb3c30
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