linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gve: drop unexpected word 'a' in comments
@ 2022-06-25  8:08 XueBing Chen
  2022-06-27 18:02 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: XueBing Chen @ 2022-06-25  8:08 UTC (permalink / raw)
  To: davem, kuba, pabeni
  Cc: jeroendb, csully, awogbemila, arnd, netdev, linux-kernel


there is an unexpected word 'a' in the comments that need to be dropped

Signed-off-by: XueBing Chen <chenxuebing@jari.cn>
---
 drivers/net/ethernet/google/gve/gve_tx_dqo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/google/gve/gve_tx_dqo.c b/drivers/net/ethernet/google/gve/gve_tx_dqo.c
index ec394d991668..f7ba616195f3 100644
--- a/drivers/net/ethernet/google/gve/gve_tx_dqo.c
+++ b/drivers/net/ethernet/google/gve/gve_tx_dqo.c
@@ -795,7 +795,7 @@ static void gve_handle_packet_completion(struct gve_priv *priv,
 			     GVE_PACKET_STATE_PENDING_REINJECT_COMPL)) {
 			/* No outstanding miss completion but packet allocated
 			 * implies packet receives a re-injection completion
-			 * without a a prior miss completion. Return without
+			 * without a prior miss completion. Return without
 			 * completing the packet.
 			 */
 			net_err_ratelimited("%s: Re-injection completion received without corresponding miss completion: %d\n",
-- 
2.17.1

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

* Re: [PATCH] gve: drop unexpected word 'a' in comments
  2022-06-25  8:08 [PATCH] gve: drop unexpected word 'a' in comments XueBing Chen
@ 2022-06-27 18:02 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2022-06-27 18:02 UTC (permalink / raw)
  To: XueBing Chen
  Cc: davem, pabeni, jeroendb, csully, awogbemila, arnd, netdev, linux-kernel

On Sat, 25 Jun 2022 16:08:28 +0800 (GMT+08:00) XueBing Chen wrote:
> Subject: [PATCH] gve: drop unexpected word 'a' in comments
> Date: Sat, 25 Jun 2022 16:08:28 +0800 (GMT+08:00)
> X-Mailer: Coremail Webmail Server Version XT6.0.1 build 20210329(c53f3fee)
>  Copyright (c) 2002-2022 www.mailtech.cn
>  mispb-4e503810-ca60-4ec8-a188-7102c18937cf-zhkzyfz.cn
> 
> 
> there is an unexpected word 'a' in the comments that need to be dropped

Jilin Yuan <yuanjilin@cdjrlc.com> is already sending this sort of patches,
are you working together? You patches don't follow the guidance we gave
in: https://lore.kernel.org/all/20220623092208.1abbd9dc@kernel.org/
please apply that feedback for your submissions.

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

end of thread, other threads:[~2022-06-27 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25  8:08 [PATCH] gve: drop unexpected word 'a' in comments XueBing Chen
2022-06-27 18:02 ` 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).