Re: [PATCH v2 4/4] docs: fix repeated word 'in' in networking documentation
From: David Laight
Date: Sat May 09 2026 - 17:07:35 EST
On Sat, 9 May 2026 16:31:03 +0200
Adrien Reynard <reynard.adrien.08@xxxxxxxxx> wrote:
> Remove duplicated word 'in' in networking/switchdev.rst.
Nak
>
> Signed-off-by: Adrien Reynard <reynard.adrien.08@xxxxxxxxx>
> ---
> Documentation/networking/switchdev.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/switchdev.rst b/Documentation/networking/switchdev.rst
> index 2966b7122f05..948bce44ca9b 100644
> --- a/Documentation/networking/switchdev.rst
> +++ b/Documentation/networking/switchdev.rst
> @@ -162,7 +162,7 @@ The switchdev driver can know a particular port's position in the topology by
> monitoring NETDEV_CHANGEUPPER notifications. For example, a port moved into a
> bond will see its upper master change. If that bond is moved into a bridge,
> the bond's upper master will change. And so on. The driver will track such
> -movements to know what position a port is in in the overall topology by
> +movements to know what position a port is in the overall topology by
> registering for netdevice events and acting on NETDEV_CHANGEUPPER.
>
> L2 Forwarding Offload