Linux virtualization list
 help / color / mirror / Atom feed
* [PATCH] virtio_net: fix spelling of aggressively in comments
@ 2026-07-14  2:40 ` weimin xiong
  2026-07-15  8:49   ` Jakub Raczynski
  0 siblings, 1 reply; 4+ messages in thread
From: weimin xiong @ 2026-07-14  2:40 UTC (permalink / raw)
  To: netdev; +Cc: mst, jasowangio, xuanzhuo, eperezma, virtualization, xiongweimin

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


No virus found
		Checked by Hillstone Network AntiVirus


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

* Re: [PATCH] virtio_net: fix spelling of aggressively in comments
  2026-07-14  2:40 ` weimin xiong
@ 2026-07-15  8:49   ` Jakub Raczynski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Raczynski @ 2026-07-15  8:49 UTC (permalink / raw)
  To: weimin xiong
  Cc: netdev, mst, jasowangio, xuanzhuo, eperezma, virtualization,
	xiongweimin

[-- Attachment #1: Type: text/plain, Size: 1540 bytes --]

Please read
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html

This patch should target net-next tree and is not actively CC'ing any
maintainer. Use 'get_maintainer.pl' script to get correct recipents.

BR
Jakub Raczynski

On Tue, Jul 14, 2026 at 10:40:37AM +0800, weimin xiong wrote:
> 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
> 
> 
> No virus found
> 		Checked by Hillstone Network AntiVirus
> 

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* [PATCH] virtio_net: fix spelling of aggressively in comments
@ 2026-07-16  1:12 Weimin Xiong
  2026-07-21 22:22 ` Jakub Kicinski
  0 siblings, 1 reply; 4+ messages in thread
From: Weimin Xiong @ 2026-07-16  1:12 UTC (permalink / raw)
  To: virtualization
  Cc: netdev, mst, jasowangio, xuanzhuo, eperezma, andrew+netdev, davem,
	edumazet, kuba, pabeni, linux-kernel

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


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

* Re: [PATCH] virtio_net: fix spelling of aggressively in comments
  2026-07-16  1:12 [PATCH] virtio_net: fix spelling of aggressively in comments Weimin Xiong
@ 2026-07-21 22:22 ` Jakub Kicinski
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Kicinski @ 2026-07-21 22:22 UTC (permalink / raw)
  To: Weimin Xiong
  Cc: virtualization, netdev, mst, jasowangio, xuanzhuo, eperezma,
	andrew+netdev, davem, edumazet, pabeni, linux-kernel

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

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

end of thread, other threads:[~2026-07-21 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16  1:12 [PATCH] virtio_net: fix spelling of aggressively in comments Weimin Xiong
2026-07-21 22:22 ` Jakub Kicinski
     [not found] <CGME20260715084952eucas1p263586986449da01e2cca9851c4118919@eucas1p2.samsung.com>
2026-07-14  2:40 ` weimin xiong
2026-07-15  8:49   ` Jakub Raczynski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox