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: f498f392a3fd ("cxgb4vf: Add and initialize some sge params for VF driver") Fixes: 9d5e6885976f ("cxgb4/cxgbvf: Handle 32-bit fw port capabilities") Fixes: d4dc42fa3e85 ("drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()") Fixes: 77df08e02130 ("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>