Skip to content

Commit abbabe4

Browse files
Wang Haidavem330
authored andcommitted
hinic: Fix some kernel-doc warnings in hinic_hw_io.c
Fixes the following W=1 kernel build warning(s): drivers/net/ethernet/huawei/hinic/hinic_hw_io.c:373: warning: Excess function parameter 'sq_msix_entry' description in 'hinic_io_create_qps' drivers/net/ethernet/huawei/hinic/hinic_hw_io.c:373: warning: Excess function parameter 'rq_msix_entry' description in 'hinic_io_create_qps' Rename these wrong names. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Wang Hai <wanghai38@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent cdd0a37 commit abbabe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ static void destroy_qp(struct hinic_func_to_io *func_to_io,
363363
* @func_to_io: func to io channel that holds the IO components
364364
* @base_qpn: base qp number
365365
* @num_qps: number queue pairs to create
366-
* @sq_msix_entry: msix entries for sq
367-
* @rq_msix_entry: msix entries for rq
366+
* @sq_msix_entries: msix entries for sq
367+
* @rq_msix_entries: msix entries for rq
368368
*
369369
* Return 0 - Success, negative - Failure
370370
**/

0 commit comments

Comments
 (0)