Commit 07a5747a authored by Wang Hai's avatar Wang Hai Committed by David S. Miller

net: hns: Fix a kernel-doc warning in hinic_hw_eqs.c

Fixes the following W=1 kernel build warning(s):

drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c:115: warning: Excess function parameter 'hw_handler' description in 'hinic_aeq_register_hw_cb'
Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWang Hai <wanghai38@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f3e9a7cf
...@@ -106,7 +106,7 @@ enum eq_arm_state { ...@@ -106,7 +106,7 @@ enum eq_arm_state {
* @aeqs: pointer to Async eqs of the chip * @aeqs: pointer to Async eqs of the chip
* @event: aeq event to register callback for it * @event: aeq event to register callback for it
* @handle: private data will be used by the callback * @handle: private data will be used by the callback
* @hw_handler: callback function * @hwe_handler: callback function
**/ **/
void hinic_aeq_register_hw_cb(struct hinic_aeqs *aeqs, void hinic_aeq_register_hw_cb(struct hinic_aeqs *aeqs,
enum hinic_aeq_type event, void *handle, enum hinic_aeq_type event, void *handle,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment