diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-08-29 16:54:14 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-31 12:36:08 -0700 |
commit | 404a5ad72011f5bd2bb90f0a035be7635e2bd839 (patch) | |
tree | 2d857663ccc8b9af4c939b4cef953a4f667ed445 /Documentation/networking/devlink | |
parent | 8fc29ff3910f3af08a7c40a75d436b5720efe2bf (diff) | |
download | linux-404a5ad72011f5bd2bb90f0a035be7635e2bd839.tar.gz |
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/devlink')
-rw-r--r-- | Documentation/networking/devlink/netdevsim.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/devlink/netdevsim.rst b/Documentation/networking/devlink/netdevsim.rst index 8a292fb5aaea..ec5e6d79b2e2 100644 --- a/Documentation/networking/devlink/netdevsim.rst +++ b/Documentation/networking/devlink/netdevsim.rst @@ -67,7 +67,7 @@ The ``netdevsim`` driver supports rate objects management, which includes: - setting tx_share and tx_max rate values for any rate object type; - setting parent node for any rate object type. -Rate nodes and it's parameters are exposed in ``netdevsim`` debugfs in RO mode. +Rate nodes and their parameters are exposed in ``netdevsim`` debugfs in RO mode. For example created rate node with name ``some_group``: .. code:: shell |