Skip to content

Commit fd29aee

Browse files
Lee Jonesdavem330
authored andcommitted
net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'
Fixes the following W=1 kernel build warning(s): drivers/net/ethernet/8390/axnet_cs.c:907: warning: Function parameter or member 'txqueue' not described in 'axnet_tx_timeout' Cc: "David S. Miller" <[email protected]> Cc: Jakub Kicinski <[email protected]> Cc: Martin Habets <[email protected]> Cc: Shannon Nelson <[email protected]> Cc: "Michael S. Tsirkin" <[email protected]> Cc: William Lee <[email protected]> Cc: "A. Hinds --" <[email protected]> Cc: reached at <[email protected]> Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f6e81b8 commit fd29aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/8390/axnet_cs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ static int ax_close(struct net_device *dev)
898898
/**
899899
* axnet_tx_timeout - handle transmit time out condition
900900
* @dev: network device which has apparently fallen asleep
901+
* @txqueue: unused
901902
*
902903
* Called by kernel when device never acknowledges a transmit has
903904
* completed (or failed) - i.e. never posted a Tx related interrupt.

0 commit comments

Comments
 (0)