mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
drivers: net: xilinx_emaclite: Add missing parameter kerneldoc
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>
This commit is contained in:
parent
95530a59db
commit
27b4255798
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue