Skip to content

Commit

Permalink
i40e: increase indentation
Browse files Browse the repository at this point in the history
Convert spaces to tabs to get correct alignment.

Found with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Julia Lawall authored and Jeff Kirsher committed Jan 22, 2019
1 parent 9f250f1 commit 1d67ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/intel/i40e/i40e_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ static void i40e_configure_msi_and_legacy(struct i40e_vsi *vsi)
(I40E_QUEUE_TYPE_TX
<< I40E_QINT_TQCTL_NEXTQ_TYPE_SHIFT);

wr32(hw, I40E_QINT_TQCTL(nextqp), val);
wr32(hw, I40E_QINT_TQCTL(nextqp), val);
}

val = I40E_QINT_TQCTL_CAUSE_ENA_MASK |
Expand Down

0 comments on commit 1d67ad3

Please sign in to comment.