Skip to content

Commit

Permalink
ixgbevf: clean up some inconsistent indenting
Browse files Browse the repository at this point in the history
Eliminate the follow smatch warning:
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:2756
ixgbevf_alloc_q_vector() warn: inconsistent indenting

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Yang Li authored and anguy11 committed Feb 23, 2022
1 parent 6ce7168 commit c6fbfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2753,7 +2753,7 @@ static int ixgbevf_alloc_q_vector(struct ixgbevf_adapter *adapter, int v_idx,
ring->reg_idx = reg_idx;

/* assign ring to adapter */
adapter->tx_ring[txr_idx] = ring;
adapter->tx_ring[txr_idx] = ring;

/* update count and index */
txr_count--;
Expand Down

0 comments on commit c6fbfdc

Please sign in to comment.