aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlper Ak <alperyasinak1@gmail.com>2025-05-13 12:24:51 +0300
committerJakub Kicinski <kuba@kernel.org>2025-05-14 18:51:58 -0700
commit4abc1f14e2b86f61ef7856f0f2c33fcf08d65c66 (patch)
tree91306663c2912606909e484c543469f90deee929
parentnet: enetc: fix implicit declaration of function FIELD_PREP (diff)
downloadwireguard-linux-4abc1f14e2b86f61ef7856f0f2c33fcf08d65c66.tar.xz
wireguard-linux-4abc1f14e2b86f61ef7856f0f2c33fcf08d65c66.zip
documentation: networking: devlink: Fix a typo in devlink-trap.rst
Fix a typo in the documentation: "errorrs" -> "errors". Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250513092451.22387-1-alperyasinak1@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to '')
-rw-r--r--Documentation/networking/devlink/devlink-trap.rst2
1 files changed, 1 insertions, 1 deletions
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``