Re: [PATCH trivial] Documentation: net: dsa: Grammar s/the its/its/

From: Jonathan Corbet
Date: Fri Jun 07 2019 - 13:28:51 EST


On Fri, 7 Jun 2019 13:08:42 +0200
Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> Documentation/networking/dsa/dsa.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst
> index ca87068b9ab904a9..563d56c6a25c924e 100644
> --- a/Documentation/networking/dsa/dsa.rst
> +++ b/Documentation/networking/dsa/dsa.rst
> @@ -531,7 +531,7 @@ Bridge VLAN filtering
> a software implementation.
>
> .. note:: VLAN ID 0 corresponds to the port private database, which, in the context
> - of DSA, would be the its port-based VLAN, used by the associated bridge device.
> + of DSA, would be its port-based VLAN, used by the associated bridge device.
>
> - ``port_fdb_del``: bridge layer function invoked when the bridge wants to remove a
> Forwarding Database entry, the switch hardware should be programmed to delete
> @@ -554,7 +554,7 @@ Bridge VLAN filtering
> associated with this VLAN ID.
>
> .. note:: VLAN ID 0 corresponds to the port private database, which, in the context
> - of DSA, would be the its port-based VLAN, used by the associated bridge device.
> + of DSA, would be its port-based VLAN, used by the associated bridge device.

Applied, thanks.

jon