diff options
| author | Hemanth Selam <hemanth.selam@gmail.com> | 2026-09-08 10:55:53 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-09-10 08:34:37 -0700 |
| commit | 2d2c2ea6650e423b83f89f919900124a625fd452 (patch) | |
| tree | f17b50ef74083b180e7dd77e90239b811f5f45bd | |
| parent | 10ca508878b6c0342639b85534ee914edfd0b2a0 (diff) | |
| download | linux-next-2d2c2ea6650e423b83f89f919900124a625fd452.tar.gz linux-next-2d2c2ea6650e423b83f89f919900124a625fd452.zip | |
net: llc: fix repeated word 'all' in comment
Drop the second 'all', 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>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260908052602.27497-2-hemanth.selam@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | net/llc/llc_conn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/llc/llc_conn.c b/net/llc/llc_conn.c index 260460d50f54..4b6fe9a473cb 100644 --- a/net/llc/llc_conn.c +++ b/net/llc/llc_conn.c @@ -193,7 +193,7 @@ void llc_conn_rtn_pdu(struct sock *sk, struct sk_buff *skb) } /** - * llc_conn_resend_i_pdu_as_cmd - resend all all unacknowledged I PDUs + * llc_conn_resend_i_pdu_as_cmd - resend all unacknowledged I PDUs * @sk: active connection * @nr: NR * @first_p_bit: p_bit value of first pdu |
