From: Edward Cree <ecree.xilinx@gmail.com>
To: Bjorn Helgaas <helgaas@kernel.org>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S . Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Bjorn Helgaas <bhelgaas@google.com>
Subject: Re: [PATCH] net: Fix typos
Date: Mon, 28 Jul 2025 14:19:41 +0100 [thread overview]
Message-ID: <08deec62-e20a-4a54-a655-38a0335a74cd@gmail.com> (raw)
In-Reply-To: <20250723201528.2908218-1-helgaas@kernel.org>
On 23/07/2025 21:15, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> Fix typos in comments and error messages.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Sorry I wasn't able to get to this in time (had email issues last week).
> diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h
> index 9cb339c461fb..b9866e389e6d 100644
> --- a/drivers/net/ethernet/sfc/mcdi_pcol.h
> +++ b/drivers/net/ethernet/sfc/mcdi_pcol.h
mcdi_pcol.h is automatically generated from an external source (it comes
from the firmware development team), these fixes will likely be
overwritten next time we pull in updates. I will try to get them fed
back into the upstream sources.
> diff --git a/drivers/net/ethernet/sfc/tc_encap_actions.c b/drivers/net/ethernet/sfc/tc_encap_actions.c
> index 87443f9dfd22..2258f854e5be 100644
> --- a/drivers/net/ethernet/sfc/tc_encap_actions.c
> +++ b/drivers/net/ethernet/sfc/tc_encap_actions.c
> @@ -442,7 +442,7 @@ static void efx_tc_update_encap(struct efx_nic *efx,
> rule = container_of(acts, struct efx_tc_flow_rule, acts);
> if (rule->fallback)
> fallback = rule->fallback;
> - else /* fallback fallback: deliver to PF */
> + else /* fallback: deliver to PF */
> fallback = &efx->tc->facts.pf;
> rc = efx_mae_update_rule(efx, fallback->fw_id,
> rule->fw_id);
This wording was intentional, not a type: delivery to the PF is the
second-layer fallback when there is no fallback action, which makes it
the fallback to the fallback.
I will post a partial revert to change this line back.
next prev parent reply other threads:[~2025-07-28 13:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-23 20:15 [PATCH] net: Fix typos Bjorn Helgaas
2025-07-24 5:49 ` Arinzon, David
2025-07-24 15:46 ` Bjorn Helgaas
2025-07-25 16:28 ` Simon Horman
2025-07-25 17:40 ` patchwork-bot+netdevbpf
2025-07-28 13:19 ` Edward Cree [this message]
2025-07-28 13:49 ` Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=08deec62-e20a-4a54-a655-38a0335a74cd@gmail.com \
--to=ecree.xilinx@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=bhelgaas@google.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=helgaas@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.