You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 56d36be ("cxgb4: Add HW and FW support code")
Fixes: fd3a479 ("cxgb4: Add packet queues and packet DMA code")
Fixes: 26f7cbc ("cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as a slave")
Fixes: 793dad9 ("RDMA/cxgb4: Fix bug for active and passive LE hash collision path")
Fixes: ba3f8cd ("cxgb4: Add support in cxgb4 to get expansion rom version via ethtool")
Fixes: f750265 ("cxgb4: Add API to alloc l2t entry; also update existing ones")
Fixes: ddc7740 ("cxgb4: Decode link down reason code obtained from firmware")
Fixes: 193c4c2 ("cxgb4: Update T6 Buffer Group and Channel Mappings")
Fixes: 8f46d46 ("cxgb4: Use Firmware params to get buffer-group map")
Fixes: a456950 ("cxgb4: time stamping interface for PTP")
Fixes: 9c33e42 ("cxgb4: Add PTP Hardware Clock (PHC) support")
Fixes: c3168ca ("cxgb4/cxgbvf: Handle 32-bit fw port capabilities")
Fixes: 5ccf9d0 ("cxgb4: update API for TP indirect register access")
Fixes: 3bdb376 ("cxgb4: introduce SMT ops to prepare for SMAC rewrite support")
Fixes: 736c3b9 ("cxgb4: collect egress and ingress SGE queue contexts")
Fixes: f56ec67 ("cxgb4: Add support for ethtool i2c dump")
Fixes: 9d5fd92 ("cxgb4/cxgb4vf: add support for ndo_set_vf_vlan")
Fixes: 98f3697 ("cxgb4: add tc flower match support for tunnel VNI")
Fixes: 02d805d ("cxgb4: use new fw interface to get the VIN and smt index")
Fixes: 3f8cfd0 ("cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()")
Fixes: d429005 ("cxgb4/cxgb4vf: Add support for SGE doorbell queue timer")
Fixes: 0e395b3 ("cxgb4: add FLOWC based QoS offload")
Signed-off-by: Rahul Lakkireddy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
0 commit comments