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:
l2t.c:616: warning: Cannot understand * @dev: net_device pointer
t4_hw.c:3175: warning: Function parameter or member 'adap' not
described in 't4_get_exprom_version'
t4_hw.c:3175: warning: Excess function parameter 'adapter' description
in 't4_get_exprom_version'
Fixes: f93bc83ad5d8 ("cxgb4: Add HW and FW support code") Fixes: 5a9e07790725 ("cxgb4: Add packet queues and packet DMA code") Fixes: 75b223d8bfcb ("cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slave") Fixes: ba4c3911803c ("RDMA/cxgb4: Fix bug for active and passive LE hash collision path") Fixes: 8aca6eaf4411 ("cxgb4: Add support in cxgb4 to get expansion rom version via ethtool") Fixes: 6e1665d658ac ("cxgb4: Add API to alloc l2t entry; also update existing ones") Fixes: d661dc20c63d ("cxgb4: Decode link down reason code obtained from firmware") Fixes: 20e85d5d685c ("cxgb4: Update T6 Buffer Group and Channel Mappings") Fixes: 41bbae8fbcba ("cxgb4: Use Firmware params to get buffer-group map") Fixes: 098c34d3809a ("cxgb4: time stamping interface for PTP") Fixes: daba72129334 ("cxgb4: Add PTP Hardware Clock (PHC) support") Fixes: 9d5e6885976f ("cxgb4/cxgbvf: Handle 32-bit fw port capabilities") Fixes: 42aa3ba838c2 ("cxgb4: update API for TP indirect register access") Fixes: b960f133e722 ("cxgb4: introduce SMT ops to prepare for SMAC rewrite support") Fixes: 6ab1bd33f573 ("cxgb4: collect egress and ingress SGE queue contexts") Fixes: 01db736b71a8 ("cxgb4: Add support for ethtool i2c dump") Fixes: d7c3ac2b7493 ("cxgb4/cxgb4vf: add support for ndo_set_vf_vlan") Fixes: c6f74ff98840 ("cxgb4: add tc flower match support for tunnel VNI") Fixes: 8429bf3c95b1 ("cxgb4: use new fw interface to get the VIN and smt index") Fixes: 77df08e02130 ("cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()") Fixes: bd0ef9097b8b ("cxgb4/cxgb4vf: Add support for SGE doorbell queue timer") Fixes: 4dc1c193d57b ("cxgb4: add FLOWC based QoS offload") Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>