summaryrefslogtreecommitdiff
path: root/Documentation/networking/switchdev.rst
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-08-30 02:54:14 +0300
committerJakub Kicinski <kuba@kernel.org>2022-08-31 22:36:08 +0300
commit404a5ad72011f5bd2bb90f0a035be7635e2bd839 (patch)
tree2d857663ccc8b9af4c939b4cef953a4f667ed445 /Documentation/networking/switchdev.rst
parent8fc29ff3910f3af08a7c40a75d436b5720efe2bf (diff)
downloadlinux-404a5ad72011f5bd2bb90f0a035be7635e2bd839.tar.xz
Documentation: networking: correct possessive "its"
Change occurrences of "it's" that are possessive to "its" so that they don't read as "it is". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Eric Dumazet <edumazet@google.com> Cc: Paolo Abeni <pabeni@redhat.com> Cc: Jiri Pirko <jiri@nvidia.com> Link: https://lore.kernel.org/r/20220829235414.17110-1-rdunlap@infradead.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking/switchdev.rst')
-rw-r--r--Documentation/networking/switchdev.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/switchdev.rst b/Documentation/networking/switchdev.rst
index f1f4e6a85a29..bbf272e9d607 100644
--- a/Documentation/networking/switchdev.rst
+++ b/Documentation/networking/switchdev.rst
@@ -159,7 +159,7 @@ tools such as iproute2.
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 it's upper master change. If that bond is moved into a bridge,
+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
registering for netdevice events and acting on NETDEV_CHANGEUPPER.