Blame SOURCES/0003-Revert-netdrv-ice-add-function-argument-description-.patch

2eb987
From 8ca75fae142a8de76d62a8b2249f21590d7201a8 Mon Sep 17 00:00:00 2001
2eb987
From: Eugene Syromiatnikov <esyr@redhat.com>
2eb987
Date: Thu, 27 Aug 2020 19:09:53 +0200
2eb987
Subject: [PATCH 3/5] Revert "[netdrv] ice: add function argument description
2eb987
 to function header comment"
2eb987
2eb987
This reverts commit de409a958a600e1edaba3b771ab70b1762ca842c.
2eb987
---
2eb987
 drivers/net/ethernet/intel/ice/ice_main.c | 1 -
2eb987
 1 file changed, 1 deletion(-)
2eb987
2eb987
diff --git a/drivers/net/ethernet/intel/ice/ice_main.c b/drivers/net/ethernet/intel/ice/ice_main.c
2eb987
index b6e5dc22f97f..4853a1e0632c 100644
2eb987
--- a/drivers/net/ethernet/intel/ice/ice_main.c
2eb987
+++ b/drivers/net/ethernet/intel/ice/ice_main.c
2eb987
@@ -5440,7 +5440,6 @@ ice_bridge_setlink(struct net_device *dev, struct nlmsghdr *nlh,
2eb987
 /**
2eb987
  * ice_tx_timeout - Respond to a Tx Hang
2eb987
  * @netdev: network interface device structure
2eb987
- * @txqueue: Tx queue
2eb987
  */
2eb987
 static void ice_tx_timeout(struct net_device *netdev, unsigned int txqueue)
2eb987
 {
2eb987
-- 
2eb987
2.13.6
2eb987