• Xiaofei Tan's avatar
    HID: core: fix kerneldoc warnings in hid-core.c · 5f94e9c8
    Xiaofei Tan authored
    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: default avatarXiaofei Tan <tanxiaofei@huawei.com>
    Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
    5f94e9c8
hid-core.c 64.4 KB