linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: llc: Fix comment typo
@ 2022-07-16  4:41 Jason Wang
  2022-07-20  1:20 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-16  4:41 UTC (permalink / raw)
  To: edumazet; +Cc: davem, kuba, pabeni, netdev, linux-kernel, Jason Wang

The double `all' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 net/llc/llc_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/llc/llc_conn.c b/net/llc/llc_conn.c
index 912aa9bd5e29..ce5d154c94f5 100644
--- a/net/llc/llc_conn.c
+++ b/net/llc/llc_conn.c
@@ -198,7 +198,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
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: llc: Fix comment typo
  2022-07-16  4:41 [PATCH] net: llc: Fix comment typo Jason Wang
@ 2022-07-20  1:20 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2022-07-20  1:20 UTC (permalink / raw)
  To: Jason Wang; +Cc: edumazet, davem, pabeni, netdev, linux-kernel

On Sat, 16 Jul 2022 12:41:39 +0800 Jason Wang wrote:
> Subject: [PATCH] net: llc: Fix comment typo
> Date: Sat, 16 Jul 2022 12:41:39 +0800
> X-Mailer: git-send-email 2.35.1
> 
> The double `all' is duplicated in the comment, remove one.

The date on your patches is still broken.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-20  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-16  4:41 [PATCH] net: llc: Fix comment typo Jason Wang
2022-07-20  1:20 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).