]> git.baikalelectronics.ru Git - kernel.git/commit
hinic: Fix some kernel-doc warnings in hinic_hw_io.c
authorWang Hai <wanghai38@huawei.com>
Thu, 10 Sep 2020 14:56:15 +0000 (22:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 22:18:18 +0000 (15:18 -0700)
commit49175873d2ab4d9d72599dd74bfc4182fd776c48
treeda759940f65df4132da4e706b716763bf70c4f10
parentbbc99376dfde7a876030ee6689be3c3f3aab63dd
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>
drivers/net/ethernet/huawei/hinic/hinic_hw_io.c