From: WangYuli Date: Tue, 18 Mar 2025 07:46:56 +0000 (+0800) Subject: docs: networking: strparser: Fix a typo X-Git-Tag: v6.15-rc1~160^2~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d1929475e361ef4e1972da600dfa3cea060a184;p=thirdparty%2Fkernel%2Flinux.git docs: networking: strparser: Fix a typo The context indicates that 'than' is the correct word instead of 'then', as a comparison is being performed. Given that 'then' is also a valid English word, checkpatch.pl wouldn't have picked up on this spelling error. This typo was caught by AI during code review. Suggested-by: Wentao Guan Signed-off-by: WangYuli Reviewed-by: Yanteng Si Link: https://patch.msgid.link/A43BEA49ED5CC6E5+20250318074656.644391-1-wangyuli@uniontech.com Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/networking/strparser.rst b/Documentation/networking/strparser.rst index 7f623d1db72aa..8dc6bb04c710b 100644 --- a/Documentation/networking/strparser.rst +++ b/Documentation/networking/strparser.rst @@ -180,7 +180,7 @@ There are seven callbacks: struct contains two fields: offset and full_len. Offset is where the message starts in the skb, and full_len is the the length of the message. skb->len - offset may be greater - then full_len since strparser does not trim the skb. + than full_len since strparser does not trim the skb. ::