[PATCH] virtio_net: Fix a typo error in virtio_net

Chu Guangqing posted 1 patch 3 months, 1 week ago
drivers/net/virtio_net.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] virtio_net: Fix a typo error in virtio_net
Posted by Chu Guangqing 3 months, 1 week ago
Fix the spelling error of "separate".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
---
 drivers/net/virtio_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index 8e8a179aaa49..1e6f5e650f11 100644
--- a/drivers/net/virtio_net.c
+++ b/drivers/net/virtio_net.c
@@ -3760,7 +3760,7 @@ static int virtnet_set_queues(struct virtnet_info *vi, u16 queue_pairs)
 	 * (2) no user configuration.
 	 *
 	 * During rss command processing, device updates queue_pairs using rss.max_tx_vq. That is,
-	 * the device updates queue_pairs together with rss, so we can skip the sperate queue_pairs
+	 * the device updates queue_pairs together with rss, so we can skip the separate queue_pairs
 	 * update (VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET below) and return directly.
 	 */
 	if (vi->has_rss && !netif_is_rxfh_configured(dev)) {
-- 
2.43.7
Re: [PATCH] virtio_net: Fix a typo error in virtio_net
Posted by Michael S. Tsirkin 3 months ago
On Mon, Nov 03, 2025 at 03:43:05PM +0800, Chu Guangqing wrote:
> Fix the spelling error of "separate".
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---

Acked-by: Michael S. Tsirkin <mst@redhat.com>

>  drivers/net/virtio_net.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
> index 8e8a179aaa49..1e6f5e650f11 100644
> --- a/drivers/net/virtio_net.c
> +++ b/drivers/net/virtio_net.c
> @@ -3760,7 +3760,7 @@ static int virtnet_set_queues(struct virtnet_info *vi, u16 queue_pairs)
>  	 * (2) no user configuration.
>  	 *
>  	 * During rss command processing, device updates queue_pairs using rss.max_tx_vq. That is,
> -	 * the device updates queue_pairs together with rss, so we can skip the sperate queue_pairs
> +	 * the device updates queue_pairs together with rss, so we can skip the separate queue_pairs
>  	 * update (VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET below) and return directly.
>  	 */
>  	if (vi->has_rss && !netif_is_rxfh_configured(dev)) {
> -- 
> 2.43.7
Re: [PATCH] virtio_net: Fix a typo error in virtio_net
Posted by Jacob Keller 3 months ago

On 11/2/2025 11:43 PM, Chu Guangqing wrote:
> Fix the spelling error of "separate".
> 
> Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
> ---

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>

>  drivers/net/virtio_net.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
> index 8e8a179aaa49..1e6f5e650f11 100644
> --- a/drivers/net/virtio_net.c
> +++ b/drivers/net/virtio_net.c
> @@ -3760,7 +3760,7 @@ static int virtnet_set_queues(struct virtnet_info *vi, u16 queue_pairs)
>  	 * (2) no user configuration.
>  	 *
>  	 * During rss command processing, device updates queue_pairs using rss.max_tx_vq. That is,
> -	 * the device updates queue_pairs together with rss, so we can skip the sperate queue_pairs
> +	 * the device updates queue_pairs together with rss, so we can skip the separate queue_pairs
>  	 * update (VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET below) and return directly.
>  	 */
>  	if (vi->has_rss && !netif_is_rxfh_configured(dev)) {