projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664bf11
)
documentation: networking: devlink: Fix a typo in devlink-trap.rst
author
Alper Ak
<alperyasinak1@gmail.com>
Tue, 13 May 2025 09:24:51 +0000
(12:24 +0300)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 15 May 2025 01:51:58 +0000
(18:51 -0700)
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>
Documentation/networking/devlink/devlink-trap.rst
patch
|
blob
|
history
diff --git
a/Documentation/networking/devlink/devlink-trap.rst
b/Documentation/networking/devlink/devlink-trap.rst
index
2c14dfe
..
5885e21
100644
(file)
--- 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 error
r
s, 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``