diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-07 12:08:04 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-09-09 13:48:02 -0700 |
| commit | 1c9c07d0ad69deaec73ca755ba5f3815fa493bf8 (patch) | |
| tree | 08c4116b40fa44bae3c54da80bff3940a4ea5a72 | |
| parent | 3677055a7969b0a6a3f47a6eecb1ecfc444b96bb (diff) | |
| download | linux-next-1c9c07d0ad69deaec73ca755ba5f3815fa493bf8.tar.gz linux-next-1c9c07d0ad69deaec73ca755ba5f3815fa493bf8.zip | |
net: fix repeated word 'to' in comment
Drop the second 'to', reported by checkpatch.pl as a possible repeated
word. Only touches a comment, no code changes.
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
Link: https://patch.msgid.link/20260907063804.26581-1-hemanth.selam@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | drivers/net/gtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index 69fe5717846b..4aff23bcfdd1 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -770,7 +770,7 @@ static int gtp_parse_exthdrs(struct sk_buff *skb, unsigned int *hdrlen) * * This length field includes length field size itself (1 byte), * payload (variable length) and next type (1 byte). The extension - * header is aligned to to 4 bytes. + * header is aligned to 4 bytes. */ do { |
