Skip to content

Commit 404a5ad

Browse files
rddunlapkuba-moo
authored andcommitted
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 <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Eric Dumazet <[email protected]> Cc: Paolo Abeni <[email protected]> Cc: Jiri Pirko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 8fc29ff commit 404a5ad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Documentation/networking/devlink/netdevsim.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The ``netdevsim`` driver supports rate objects management, which includes:
6767
- setting tx_share and tx_max rate values for any rate object type;
6868
- setting parent node for any rate object type.
6969

70-
Rate nodes and it's parameters are exposed in ``netdevsim`` debugfs in RO mode.
70+
Rate nodes and their parameters are exposed in ``netdevsim`` debugfs in RO mode.
7171
For example created rate node with name ``some_group``:
7272

7373
.. code:: shell

Documentation/networking/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Transmit path guidelines:
88

99
1) The ndo_start_xmit method must not return NETDEV_TX_BUSY under
1010
any normal circumstances. It is considered a hard error unless
11-
there is no way your device can tell ahead of time when it's
11+
there is no way your device can tell ahead of time when its
1212
transmit function will become busy.
1313

1414
Instead it must maintain the queue properly. For example,

Documentation/networking/ipvlan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Initial Release:
1111
================
1212
This is conceptually very similar to the macvlan driver with one major
1313
exception of using L3 for mux-ing /demux-ing among slaves. This property makes
14-
the master device share the L2 with it's slave devices. I have developed this
14+
the master device share the L2 with its slave devices. I have developed this
1515
driver in conjunction with network namespaces and not sure if there is use case
1616
outside of it.
1717

Documentation/networking/l2tp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ its tunnel close actions. For L2TPIP sockets, the socket's close
530530
handler initiates the same tunnel close actions. All sessions are
531531
first closed. Each session drops its tunnel ref. When the tunnel ref
532532
reaches zero, the tunnel puts its socket ref. When the socket is
533-
eventually destroyed, it's sk_destruct finally frees the L2TP tunnel
533+
eventually destroyed, its sk_destruct finally frees the L2TP tunnel
534534
context.
535535

536536
Sessions

Documentation/networking/switchdev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tools such as iproute2.
159159

160160
The switchdev driver can know a particular port's position in the topology by
161161
monitoring NETDEV_CHANGEUPPER notifications. For example, a port moved into a
162-
bond will see it's upper master change. If that bond is moved into a bridge,
162+
bond will see its upper master change. If that bond is moved into a bridge,
163163
the bond's upper master will change. And so on. The driver will track such
164164
movements to know what position a port is in in the overall topology by
165165
registering for netdevice events and acting on NETDEV_CHANGEUPPER.

0 commit comments

Comments
 (0)