diff options
author | Eva Dengler <eva.dengler@fau.de> | 2021-03-13 03:04:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-14 05:11:24 +0300 |
commit | ad236ccde19a93309cba25fb8c9e789b9c69397c (patch) | |
tree | db430af82e5203d60bbb7e5a19819ef8745b6c5a /Documentation/networking/devlink/devlink-port.rst | |
parent | 3a9ef3e11c5d33e5cb355b4aad1a4caad2407541 (diff) | |
download | linux-ad236ccde19a93309cba25fb8c9e789b9c69397c.tar.xz |
devlink: fix typo in documentation
This commit fixes three spelling typos in devlink-dpipe.rst and
devlink-port.rst.
Signed-off-by: Eva Dengler <eva.dengler@fau.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink/devlink-port.rst')
-rw-r--r-- | Documentation/networking/devlink/devlink-port.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/devlink/devlink-port.rst b/Documentation/networking/devlink/devlink-port.rst index e99b41599465..ab790e7980b8 100644 --- a/Documentation/networking/devlink/devlink-port.rst +++ b/Documentation/networking/devlink/devlink-port.rst @@ -151,7 +151,7 @@ representor netdevice. ------------- A subfunction devlink port is created but it is not active yet. That means the entities are created on devlink side, the e-switch port representor is created, -but the subfunction device itself it not created. A user might use e-switch port +but the subfunction device itself is not created. A user might use e-switch port representor to do settings, putting it into bridge, adding TC rules, etc. A user might as well configure the hardware address (such as MAC address) of the subfunction while subfunction is inactive. @@ -173,7 +173,7 @@ Terms and Definitions * - Term - Definitions * - ``PCI device`` - - A physical PCI device having one or more PCI bus consists of one or + - A physical PCI device having one or more PCI buses consists of one or more PCI controllers. * - ``PCI controller`` - A controller consists of potentially multiple physical functions, |