drivers: net: xilinx_emaclite: Add missing parameter kerneldoc
authorAndrew Lunn <andrew@lunn.ch>
Tue, 10 Nov 2020 02:40:22 +0000 (03:40 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Nov 2020 22:32:30 +0000 (14:32 -0800)
The txqueue parameter to the watchdog callback is unused in this
driver. But it still needs to be documented.

Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/xilinx/xilinx_emaclite.c

index 0c26f5b..2c98e4c 100644 (file)
@@ -518,6 +518,7 @@ static int xemaclite_set_mac_address(struct net_device *dev, void *address)
 /**
  * xemaclite_tx_timeout - Callback for Tx Timeout
  * @dev:       Pointer to the network device
+ * @txqueue:   Unused
  *
  * This function is called when Tx time out occurs for Emaclite device.
  */