Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

virtio_net: Fix a typo error in virtio_net

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>

authored by

Chu Guangqing and committed by
Jakub Kicinski
f4b2786f 31113a45

+1 -1
+1 -1
drivers/net/virtio_net.c
··· 3760 3760 * (2) no user configuration. 3761 3761 * 3762 3762 * During rss command processing, device updates queue_pairs using rss.max_tx_vq. That is, 3763 - * the device updates queue_pairs together with rss, so we can skip the sperate queue_pairs 3763 + * the device updates queue_pairs together with rss, so we can skip the separate queue_pairs 3764 3764 * update (VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET below) and return directly. 3765 3765 */ 3766 3766 if (vi->has_rss && !netif_is_rxfh_configured(dev)) {