netdev.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

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).