linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devlink: fix typo in documentation
@ 2021-03-13  0:04 Eva Dengler
  2021-03-13  0:15 ` Randy Dunlap
  2021-03-14  2:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Eva Dengler @ 2021-03-13  0:04 UTC (permalink / raw)
  To: linux-doc
  Cc: Jiri Pirko, Jonathan Corbet, netdev, linux-kernel, trivial, Eva Dengler

This commit fixes three spelling typos in devlink-dpipe.rst and
devlink-port.rst.

Signed-off-by: Eva Dengler <eva.dengler@fau.de>
---
 Documentation/networking/devlink/devlink-dpipe.rst | 2 +-
 Documentation/networking/devlink/devlink-port.rst  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/networking/devlink/devlink-dpipe.rst b/Documentation/networking/devlink/devlink-dpipe.rst
index 468fe1001b74..af37f250df43 100644
--- a/Documentation/networking/devlink/devlink-dpipe.rst
+++ b/Documentation/networking/devlink/devlink-dpipe.rst
@@ -52,7 +52,7 @@ purposes as a standard complementary tool. The system's view from
 ``devlink-dpipe`` should change according to the changes done by the
 standard configuration tools.
 
-For example, it’s quiet common to  implement Access Control Lists (ACL)
+For example, it’s quite common to  implement Access Control Lists (ACL)
 using Ternary Content Addressable Memory (TCAM). The TCAM memory can be
 divided into TCAM regions. Complex TC filters can have multiple rules with
 different priorities and different lookup keys. On the other hand hardware
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,
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] devlink: fix typo in documentation
  2021-03-13  0:04 [PATCH] devlink: fix typo in documentation Eva Dengler
@ 2021-03-13  0:15 ` Randy Dunlap
  2021-03-14  2:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-13  0:15 UTC (permalink / raw)
  To: Eva Dengler, linux-doc
  Cc: Jiri Pirko, Jonathan Corbet, netdev, linux-kernel, trivial

On 3/12/21 4:04 PM, Eva Dengler wrote:
> This commit fixes three spelling typos in devlink-dpipe.rst and
> devlink-port.rst.
> 
> Signed-off-by: Eva Dengler <eva.dengler@fau.de>

LGTM.
Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/networking/devlink/devlink-dpipe.rst | 2 +-
>  Documentation/networking/devlink/devlink-port.rst  | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/networking/devlink/devlink-dpipe.rst b/Documentation/networking/devlink/devlink-dpipe.rst
> index 468fe1001b74..af37f250df43 100644
> --- a/Documentation/networking/devlink/devlink-dpipe.rst
> +++ b/Documentation/networking/devlink/devlink-dpipe.rst
> @@ -52,7 +52,7 @@ purposes as a standard complementary tool. The system's view from
>  ``devlink-dpipe`` should change according to the changes done by the
>  standard configuration tools.
>  
> -For example, it’s quiet common to  implement Access Control Lists (ACL)
> +For example, it’s quite common to  implement Access Control Lists (ACL)
>  using Ternary Content Addressable Memory (TCAM). The TCAM memory can be
>  divided into TCAM regions. Complex TC filters can have multiple rules with
>  different priorities and different lookup keys. On the other hand hardware
> 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,
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] devlink: fix typo in documentation
  2021-03-13  0:04 [PATCH] devlink: fix typo in documentation Eva Dengler
  2021-03-13  0:15 ` Randy Dunlap
@ 2021-03-14  2:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-14  2:20 UTC (permalink / raw)
  To: Eva Dengler; +Cc: linux-doc, jiri, corbet, netdev, linux-kernel, trivial

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Sat, 13 Mar 2021 01:04:13 +0100 you wrote:
> This commit fixes three spelling typos in devlink-dpipe.rst and
> devlink-port.rst.
> 
> Signed-off-by: Eva Dengler <eva.dengler@fau.de>
> ---
>  Documentation/networking/devlink/devlink-dpipe.rst | 2 +-
>  Documentation/networking/devlink/devlink-port.rst  | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Here is the summary with links:
  - devlink: fix typo in documentation
    https://git.kernel.org/netdev/net/c/ad236ccde19a

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-14  2:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13  0:04 [PATCH] devlink: fix typo in documentation Eva Dengler
2021-03-13  0:15 ` Randy Dunlap
2021-03-14  2:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).