mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 22:17:10 +07:00
i40e: increase indentation
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>
This commit is contained in:
parent
9f250f1564
commit
1d67ad3905
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user