2022-06-25 08:19:13

by XueBing Chen

[permalink] [raw]
Subject: [PATCH] gve: drop unexpected word 'a' in comments


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

Signed-off-by: XueBing Chen <[email protected]>
---
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


2022-06-27 18:04:40

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH] gve: drop unexpected word 'a' in comments

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 http://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 <[email protected]> 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/[email protected]/
please apply that feedback for your submissions.