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

veth: Fix a typo error in veth

parent 2428803d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1323,7 +1323,7 @@ static int veth_set_channels(struct net_device *dev,
		if (peer)
			netif_carrier_off(peer);

		/* try to allocate new resurces, as needed*/
		/* try to allocate new resources, as needed*/
		err = veth_enable_range_safe(dev, old_rx_count, new_rx_count);
		if (err)
			goto out;