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>