[PATCH] virtio_net: fix spelling of aggressively in comments

Weimin Xiong posted 1 patch 1 week, 2 days ago
drivers/net/virtio_net.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] virtio_net: fix spelling of aggressively in comments
Posted by Weimin Xiong 1 week, 2 days ago
From: xiongweimin <xiongweimin@kylinos.cn>

Two receive-path comments misspell "aggressively" as "agressively".

Signed-off-by: xiongweimin <xiongweimin@kylinos.cn>
---
 drivers/net/virtio_net.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 3e2a5876c..f3c7b28ce 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -3190,7 +3190,7 @@ static int virtnet_open(struct net_device *dev)
 
 	for (i = 0; i < vi->max_queue_pairs; i++) {
 		if (i < vi->curr_queue_pairs)
-			/* Pre-fill rq agressively, to make sure we are ready to
+			/* Pre-fill rq aggressively, to make sure we are ready to
 			 * get packets immediately.
 			 */
 			try_fill_recv(vi, &vi->rq[i], GFP_KERNEL);
@@ -3419,7 +3419,7 @@ static void virtnet_rx_resume(struct virtnet_info *vi,
 			      bool refill)
 {
 	if (netif_running(vi->dev)) {
-		/* Pre-fill rq agressively, to make sure we are ready to get
+		/* Pre-fill rq aggressively, to make sure we are ready to get
 		 * packets immediately.
 		 */
 		if (refill)
-- 
2.43.0
Re: [PATCH] virtio_net: fix spelling of aggressively in comments
Posted by Jakub Kicinski 3 days, 17 hours ago
On Thu, 16 Jul 2026 09:12:01 +0800 Weimin Xiong wrote:
> -			/* Pre-fill rq agressively, to make sure we are ready to
> +			/* Pre-fill rq aggressively, to make sure we are ready to
>  			 * get packets immediately.

Move the "to" to the next line to avoid going over 80 chars
-- 
pw-bot: cr