RE: [PATCH iwl-next v2 1/4] i40e: fix typos in comments

From: Loktionov, Aleksandr

Date: Fri Sep 11 2026 - 17:01:42 EST




> -----Original Message-----
> From: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> Sent: Monday, September 7, 2026 11:55 AM
> To: Nguyen, Anthony L <anthony.l.nguyen@xxxxxxxxx>; Kitszel,
> Przemyslaw <przemyslaw.kitszel@xxxxxxxxx>; Andrew Lunn
> <andrew+netdev@xxxxxxx>; David S. Miller <davem@xxxxxxxxxxxxx>; Eric
> Dumazet <edumazet@xxxxxxxxxx>; Jakub Kicinski <kuba@xxxxxxxxxx>; Paolo
> Abeni <pabeni@xxxxxxxxxx>; Simon Horman <horms@xxxxxxxxxx>; Jonathan
> Corbet <corbet@xxxxxxx>; Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>; Randy
> Dunlap <rdunlap@xxxxxxxxxxxxx>; intel-wired-lan@xxxxxxxxxxxxxxxx
> Cc: netdev@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; linux-
> doc@xxxxxxxxxxxxxxx
> Subject: [PATCH iwl-next v2 1/4] i40e: fix typos in comments
>
> Fix typos in comments, found with scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt. Only touches comments, no
> code changes.
>
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
> ---
>
> Notes:
> v2: designate the patch to iwl-next and use a subject prefix
> naming the
> component, as maintainer-netdev.rst asks; v1 went out with a bare
> [PATCH] and a "net:" prefix. Rebased onto iwl-next, diff
> unchanged.
>
> v1: https://lore.kernel.org/all/20260907064528.6602-1-
> hemanth.selam@xxxxxxxxx/
>
> drivers/net/ethernet/intel/i40e/i40e_common.c | 2 +-
> drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_common.c
> b/drivers/net/ethernet/intel/i40e/i40e_common.c
> index 8dadfef2c09f..026b35e5a000 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_common.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_common.c
> @@ -676,7 +676,7 @@ int i40e_pf_reset(struct i40e_hw *hw)
> grst_del = FIELD_GET(I40E_GLGEN_RSTCTL_GRSTDEL_MASK,
> rd32(hw, I40E_GLGEN_RSTCTL));
>
> - /* It can take upto 15 secs for GRST steady state.
> + /* It can take up to 15 secs for GRST steady state.
> * Bump it to 16 secs max to be safe.
> */
> grst_del = grst_del * 20;
> diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
> b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
> index 3da9ec49cc74..ef9d1e78c16a 100644
> --- a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
> +++ b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
> @@ -2614,7 +2614,7 @@ static u64 i40e_eeprom_test(struct net_device
> *netdev, u64 *data)
> netif_info(pf, hw, netdev, "eeprom test\n");
> *data = i40e_diag_eeprom_test(&pf->hw);
>
> - /* forcebly clear the NVM Update state machine */
> + /* forcibly clear the NVM Update state machine */
> pf->hw.nvmupd_state = I40E_NVMUPD_STATE_INIT;
>
> return *data;

Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@xxxxxxxxx>