Skip to content

Commit 07a5747

Browse files
Wang Haidavem330
authored andcommitted
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: Hulk Robot <[email protected]> Signed-off-by: Wang Hai <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f3e9a7c commit 07a5747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ enum eq_arm_state {
106106
* @aeqs: pointer to Async eqs of the chip
107107
* @event: aeq event to register callback for it
108108
* @handle: private data will be used by the callback
109-
* @hw_handler: callback function
109+
* @hwe_handler: callback function
110110
**/
111111
void hinic_aeq_register_hw_cb(struct hinic_aeqs *aeqs,
112112
enum hinic_aeq_type event, void *handle,

0 commit comments

Comments
 (0)