ice: Remove excess space
smatch reports inconsistent indenting due to an extra space; remove it to resolve the issue. smatch warnings: drivers/net/ethernet/intel/ice/ice_lib.c:1673 ice_vsi_alloc_ring_stats() warn: inconsistent indenting Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
@@ -1670,7 +1670,7 @@ static int ice_vsi_alloc_ring_stats(struct ice_vsi *vsi)
|
||||
if (!ring_stats)
|
||||
goto err_out;
|
||||
|
||||
WRITE_ONCE(rx_ring_stats[i], ring_stats);
|
||||
WRITE_ONCE(rx_ring_stats[i], ring_stats);
|
||||
}
|
||||
|
||||
ring->ring_stats = ring_stats;
|
||||
|
||||
Reference in New Issue
Block a user