On Tue, 22 Sep 2020, Xiaofei Tan wrote: > 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@xxxxxxxxxx> Applied, thanks. -- Jiri Kosina SUSE Labs