aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-08-14 12:39:09 +0100
committerDavid S. Miller <[email protected]>2020-08-14 20:42:25 -0700
commitfd29aeeec5a1af1a97a42ec2ba307bffdbc563e8 (patch)
treef8fd0470015bc68629b7454d2af87af7241fc72f
parentf6e81b890b29336ff5c5777b0b24c23b631213b2 (diff)
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]>
-rw-r--r--drivers/net/ethernet/8390/axnet_cs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/8390/axnet_cs.c b/drivers/net/ethernet/8390/axnet_cs.c
index aeae7966a082..08db4c9da2fa 100644
--- a/drivers/net/ethernet/8390/axnet_cs.c
+++ b/drivers/net/ethernet/8390/axnet_cs.c
@@ -898,6 +898,7 @@ static int ax_close(struct net_device *dev)
/**
* axnet_tx_timeout - handle transmit time out condition
* @dev: network device which has apparently fallen asleep
+ * @txqueue: unused
*
* Called by kernel when device never acknowledges a transmit has
* completed (or failed) - i.e. never posted a Tx related interrupt.