mirror of https://gitee.com/openkylin/linux.git
ice: add function argument description to function header comment
Commit 0290bd291c
("netdev: pass the stuck queue to the timeout handler")
introduced a new argument to the function but missed adding the description
of the argument to the function header comment. Add it now.
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
e0708aa8a5
commit
644f40ea0c
|
@ -5035,6 +5035,7 @@ ice_bridge_setlink(struct net_device *dev, struct nlmsghdr *nlh,
|
|||
/**
|
||||
* ice_tx_timeout - Respond to a Tx Hang
|
||||
* @netdev: network interface device structure
|
||||
* @txqueue: Tx queue
|
||||
*/
|
||||
static void ice_tx_timeout(struct net_device *netdev, unsigned int txqueue)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue