Commit f4b2786f authored by Chu Guangqing's avatar Chu Guangqing Committed by Jakub Kicinski
Browse files

virtio_net: Fix a typo error in virtio_net

parent 31113a45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)) {