]> git.baikalelectronics.ru Git - kernel.git/commit
cxgb4vf: update kernel-doc line comments
authorRahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Tue, 23 Jun 2020 20:21:42 +0000 (01:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2020 22:18:48 +0000 (15:18 -0700)
commit4835b572692b782e88f09a893602a0a21864bde9
tree6c3e369c51011e9694d740e221618cc60b6005c3
parent671a6b536a8f7ae3af124f7db0d2d8dbf9ffc263
cxgb4vf: update kernel-doc line comments

Update several kernel-doc line comments to fix warnings reported by
make W=1.

Fixes following class of warnings reported by make W=1 in several
places:
cxgb4vf_main.c:275: warning: Function parameter or member 'persistent'
not described in 'cxgb4vf_change_mac'
cxgb4vf_main.c:275: warning: Excess function parameter 'persist'
description in 'cxgb4vf_change_mac'

Fixes: 57e4d2b4e81b ("cxgb4vf: Add core T4 PCI-E SR-IOV Virtual Function hardware definitions and device communication code")
Fixes: 0ebad0bb8f7d ("cxgb4vf: Add T4 Virtual Function Scatter-Gather Engine DMA code")
Fixes: 9390deff77b7 ("cxgb4vf: Add and initialize some sge params for VF driver")
Fixes: 4fcf6640524d ("cxgb4/cxgbvf: Handle 32-bit fw port capabilities")
Fixes: 25f81e2671cc ("drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()")
Fixes: 7179802c3b6e ("cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()")
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
drivers/net/ethernet/chelsio/cxgb4vf/sge.c
drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c