[PATCH] documentation: networking: devlink: Fix a typo in devlink-trap.rst

alperak posted 1 patch 9 months ago
There is a newer version of this series
Documentation/networking/devlink/devlink-trap.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] documentation: networking: devlink: Fix a typo in devlink-trap.rst
Posted by alperak 9 months ago
Fix a typo in the documentation: "errorrs" -> "errors".

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 Documentation/networking/devlink/devlink-trap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
index 2c14dfe69b3a..5885e21e2212 100644
--- a/Documentation/networking/devlink/devlink-trap.rst
+++ b/Documentation/networking/devlink/devlink-trap.rst
@@ -451,7 +451,7 @@ be added to the following table:
    * - ``udp_parsing``
      - ``drop``
      - Traps packets dropped due to an error in the UDP header parsing.
-       This packet trap could include checksum errorrs, an improper UDP
+       This packet trap could include checksum errors, an improper UDP
        length detected (smaller than 8 bytes) or detection of header
        truncation.
    * - ``tcp_parsing``
-- 
2.43.0
Re: [PATCH] documentation: networking: devlink: Fix a typo in devlink-trap.rst
Posted by Jason Xing 9 months ago
On Sat, May 10, 2025 at 7:31 PM alperak <alperyasinak1@gmail.com> wrote:
>
> Fix a typo in the documentation: "errorrs" -> "errors".
>
> Signed-off-by: alperak <alperyasinak1@gmail.com>

Please show your full name in the above line. Samples can be seen in
the git log.

Thanks,
Jason

> ---
>  Documentation/networking/devlink/devlink-trap.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
> index 2c14dfe69b3a..5885e21e2212 100644
> --- a/Documentation/networking/devlink/devlink-trap.rst
> +++ b/Documentation/networking/devlink/devlink-trap.rst
> @@ -451,7 +451,7 @@ be added to the following table:
>     * - ``udp_parsing``
>       - ``drop``
>       - Traps packets dropped due to an error in the UDP header parsing.
> -       This packet trap could include checksum errorrs, an improper UDP
> +       This packet trap could include checksum errors, an improper UDP
>         length detected (smaller than 8 bytes) or detection of header
>         truncation.
>     * - ``tcp_parsing``
> --
> 2.43.0
>
>