lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 30 Jun 2022 16:03:55 +0800
From:   Jilin Yuan <yuanjilin@...rlc.com>
To:     davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
        pabeni@...hat.com
Cc:     jdmason@...zu.us, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org, Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] neterion/vxge: fix repeated words in comments

Delete the redundant word 'frame'.

Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
 drivers/net/ethernet/neterion/vxge/vxge-config.c  | 2 +-
 drivers/net/ethernet/neterion/vxge/vxge-ethtool.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/neterion/vxge/vxge-config.c b/drivers/net/ethernet/neterion/vxge/vxge-config.c
index a3204a7ef750..b6ee004058e5 100644
--- a/drivers/net/ethernet/neterion/vxge/vxge-config.c
+++ b/drivers/net/ethernet/neterion/vxge/vxge-config.c
@@ -1899,7 +1899,7 @@ u32 vxge_hw_device_trace_level_get(struct __vxge_hw_device *hldev)
 }
 
 /*
- * vxge_hw_getpause_data -Pause frame frame generation and reception.
+ * vxge_hw_getpause_data -Pause frame generation and reception.
  * Returns the Pause frame generation and reception capability of the NIC.
  */
 enum vxge_hw_status vxge_hw_device_getpause_data(struct __vxge_hw_device *hldev,
diff --git a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c
index 4d91026485ae..f371cfd09ea2 100644
--- a/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c
+++ b/drivers/net/ethernet/neterion/vxge/vxge-ethtool.c
@@ -185,7 +185,7 @@ static int vxge_ethtool_idnic(struct net_device *dev,
 }
 
 /**
- * vxge_ethtool_getpause_data - Pause frame frame generation and reception.
+ * vxge_ethtool_getpause_data - Pause frame generation and reception.
  * @dev : device pointer.
  * @ep : pointer to the structure with pause parameters given by ethtool.
  * Description:
-- 
2.36.1

Powered by blists - more mailing lists