mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 22:54:05 +08:00
ice: fix typo in assignment
Fix an obviously incorrect assignment, created with a typo or cut-n-paste
error.
Fixes: 5995ef88e3
("ice: realloc VSI stats arrays")
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
9224fc86f1
commit
6c5b6ca764
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user