diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-07 14:08:42 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-06-07 20:24:11 +0300 |
commit | 6fb44c439eda692f94cf60aad55f130a34204ece (patch) | |
tree | 447e45dfbbd8d44223037167613254ee1d085797 /Documentation/networking/dsa | |
parent | e47cf0c958775700c74223a1f21a8b3457c57069 (diff) | |
download | linux-6fb44c439eda692f94cf60aad55f130a34204ece.tar.xz |
Documentation: net: dsa: Grammar s/the its/its/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/networking/dsa')
-rw-r--r-- | Documentation/networking/dsa/dsa.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/dsa/dsa.rst b/Documentation/networking/dsa/dsa.rst index ca87068b9ab9..563d56c6a25c 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. - ``port_mdb_del``: bridge layer function invoked when the bridge wants to remove a multicast database entry, the switch hardware should be programmed to delete |