* [PATCH] net: bnx2x: Fix spelling mistake "tupple" -> "tuple"
@ 2022-10-04 16:32 Colin Ian King
2022-10-06 3:33 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-10-04 16:32 UTC (permalink / raw)
To: Ariel Elior, Sudarsana Kalluru, Manish Chopra, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, Christoph Hellwig,
netdev
Cc: kernel-janitors, linux-kernel
There are several spelling mistakes of tuple in comments and messages.
Fix them.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 10 +++++-----
fs/freevxfs/vxfs_olt.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
index bda3ccc28eca..49f2a0b45b20 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
@@ -3388,7 +3388,7 @@ static int bnx2x_set_rss_flags(struct bnx2x *bp, struct ethtool_rxnfc *info)
switch (info->flow_type) {
case TCP_V4_FLOW:
case TCP_V6_FLOW:
- /* For TCP only 4-tupple hash is supported */
+ /* For TCP only 4-tuple hash is supported */
if (info->data ^ (RXH_IP_SRC | RXH_IP_DST |
RXH_L4_B_0_1 | RXH_L4_B_2_3)) {
DP(BNX2X_MSG_ETHTOOL,
@@ -3399,7 +3399,7 @@ static int bnx2x_set_rss_flags(struct bnx2x *bp, struct ethtool_rxnfc *info)
case UDP_V4_FLOW:
case UDP_V6_FLOW:
- /* For UDP either 2-tupple hash or 4-tupple hash is supported */
+ /* For UDP either 2-tuple hash or 4-tuple hash is supported */
if (info->data == (RXH_IP_SRC | RXH_IP_DST |
RXH_L4_B_0_1 | RXH_L4_B_2_3))
udp_rss_requested = 1;
@@ -3418,7 +3418,7 @@ static int bnx2x_set_rss_flags(struct bnx2x *bp, struct ethtool_rxnfc *info)
(bp->rss_conf_obj.udp_rss_v4 != udp_rss_requested)) {
bp->rss_conf_obj.udp_rss_v4 = udp_rss_requested;
DP(BNX2X_MSG_ETHTOOL,
- "rss re-configured, UDP 4-tupple %s\n",
+ "rss re-configured, UDP 4-tuple %s\n",
udp_rss_requested ? "enabled" : "disabled");
if (bp->state == BNX2X_STATE_OPEN)
return bnx2x_rss(bp, &bp->rss_conf_obj, false,
@@ -3427,7 +3427,7 @@ static int bnx2x_set_rss_flags(struct bnx2x *bp, struct ethtool_rxnfc *info)
(bp->rss_conf_obj.udp_rss_v6 != udp_rss_requested)) {
bp->rss_conf_obj.udp_rss_v6 = udp_rss_requested;
DP(BNX2X_MSG_ETHTOOL,
- "rss re-configured, UDP 4-tupple %s\n",
+ "rss re-configured, UDP 4-tuple %s\n",
udp_rss_requested ? "enabled" : "disabled");
if (bp->state == BNX2X_STATE_OPEN)
return bnx2x_rss(bp, &bp->rss_conf_obj, false,
@@ -3437,7 +3437,7 @@ static int bnx2x_set_rss_flags(struct bnx2x *bp, struct ethtool_rxnfc *info)
case IPV4_FLOW:
case IPV6_FLOW:
- /* For IP only 2-tupple hash is supported */
+ /* For IP only 2-tuple hash is supported */
if (info->data ^ (RXH_IP_SRC | RXH_IP_DST)) {
DP(BNX2X_MSG_ETHTOOL,
"Command parameters not supported\n");
diff --git a/fs/freevxfs/vxfs_olt.c b/fs/freevxfs/vxfs_olt.c
index 23f35187c289..48027a421fa3 100644
--- a/fs/freevxfs/vxfs_olt.c
+++ b/fs/freevxfs/vxfs_olt.c
@@ -63,7 +63,7 @@ vxfs_read_olt(struct super_block *sbp, u_long bsize)
op = (struct vxfs_olt *)bp->b_data;
if (fs32_to_cpu(infp, op->olt_magic) != VXFS_OLT_MAGIC) {
- printk(KERN_NOTICE "vxfs: ivalid olt magic number\n");
+ printk(KERN_NOTICE "vxfs: invalid olt magic number\n");
goto fail;
}
--
2.37.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: bnx2x: Fix spelling mistake "tupple" -> "tuple"
2022-10-04 16:32 [PATCH] net: bnx2x: Fix spelling mistake "tupple" -> "tuple" Colin Ian King
@ 2022-10-06 3:33 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2022-10-06 3:33 UTC (permalink / raw)
To: Colin Ian King
Cc: Ariel Elior, Sudarsana Kalluru, Manish Chopra, David S . Miller,
Eric Dumazet, Paolo Abeni, Christoph Hellwig, netdev,
kernel-janitors, linux-kernel
On Tue, 4 Oct 2022 17:32:35 +0100 Colin Ian King wrote:
> drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | 10 +++++-----
> fs/freevxfs/vxfs_olt.c | 2 +-
Looks like two unrelated subsystems?
Please repost the netdev bits after the merge window.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-06 3:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 16:32 [PATCH] net: bnx2x: Fix spelling mistake "tupple" -> "tuple" Colin Ian King
2022-10-06 3:33 ` Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).