RE: [PATCH iwl-next v2 4/4] Documentation/eth/intel: fix repeated words in comments
From: Loktionov, Aleksandr
Date: Fri Sep 11 2026 - 17:03:36 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 4/4] Documentation/eth/intel: fix repeated
> words in comments
>
> Drop repeated words reported by checkpatch.pl. Only touches
> documentation text.
>
> 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/
>
> Documentation/networking/device_drivers/ethernet/intel/i40e.rst | 2
> +- Documentation/networking/device_drivers/ethernet/intel/iavf.rst |
> 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git
> a/Documentation/networking/device_drivers/ethernet/intel/i40e.rst
> b/Documentation/networking/device_drivers/ethernet/intel/i40e.rst
> index 53d9d5829d69..e01f0adda3f6 100644
> --- a/Documentation/networking/device_drivers/ethernet/intel/i40e.rst
> +++ b/Documentation/networking/device_drivers/ethernet/intel/i40e.rst
> @@ -692,7 +692,7 @@ queues: for each tc, <num queues>@<offset> (e.g.
> queues 16@0 16@16 assigns
> 16 queues to tc0 at offset 0 and 16 queues to tc1 at offset 16. Max
> total number of queues for all tcs is 64 or number of cores,
> whichever is lower.)
>
> -hw 1 mode channel: ‘channel’ with ‘hw’ set to 1 is a new new hardware
> +hw 1 mode channel: ‘channel’ with ‘hw’ set to 1 is a new hardware
> offload mode in mqprio that makes full use of the mqprio options, the
> TCs, the queue configurations, and the QoS parameters.
>
> diff --git
> a/Documentation/networking/device_drivers/ethernet/intel/iavf.rst
> b/Documentation/networking/device_drivers/ethernet/intel/iavf.rst
> index eb926c3bd4cd..5840569917f5 100644
> --- a/Documentation/networking/device_drivers/ethernet/intel/iavf.rst
> +++ b/Documentation/networking/device_drivers/ethernet/intel/iavf.rst
> @@ -171,7 +171,7 @@ queues: for each tc, <num queues>@<offset> (e.g.
> queues 16@0 16@16 assigns
> 16 queues to tc0 at offset 0 and 16 queues to tc1 at offset 16. Max
> total number of queues for all tcs is 64 or number of cores,
> whichever is lower.)
>
> -hw 1 mode channel: ‘channel’ with ‘hw’ set to 1 is a new new hardware
> +hw 1 mode channel: ‘channel’ with ‘hw’ set to 1 is a new hardware
> offload mode in mqprio that makes full use of the mqprio options, the
> TCs, the queue configurations, and the QoS parameters.
>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@xxxxxxxxx>