]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
virtio_net: Fix a typo error in virtio_net
authorChu Guangqing <chuguangqing@inspur.com>
Mon, 3 Nov 2025 07:43:05 +0000 (15:43 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 5 Nov 2025 01:00:37 +0000 (17:00 -0800)
Fix the spelling error of "separate".

Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Link: https://patch.msgid.link/20251103074305.4727-1-chuguangqing@inspur.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/virtio_net.c

index 8e8a179aaa491529ffeda99661bc6be4accbc7ed..1e6f5e650f115c916087d33e52550e4c09d04c8a 100644 (file)
@@ -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)) {