Commit 6c5b6ca7 authored by Jesse Brandeburg's avatar Jesse Brandeburg Committed by Tony Nguyen
Browse files

ice: fix typo in assignment



Fix an obviously incorrect assignment, created with a typo or cut-n-paste
error.

Fixes: 5995ef88 ("ice: realloc VSI stats arrays")
Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Reviewed-by: default avatarPaul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent 9224fc86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3192,7 +3192,7 @@ ice_vsi_realloc_stat_arrays(struct ice_vsi *vsi)
		}
	}

	tx_ring_stats = vsi_stat->rx_ring_stats;
	tx_ring_stats = vsi_stat->tx_ring_stats;
	vsi_stat->tx_ring_stats =
		krealloc_array(vsi_stat->tx_ring_stats, req_txq,
			       sizeof(*vsi_stat->tx_ring_stats),