i40e: increase indentation
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 30 Dec 2018 15:53:10 +0000 (16:53 +0100)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 22 Jan 2019 16:33:01 +0000 (08:33 -0800)
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>
drivers/net/ethernet/intel/i40e/i40e_main.c

index 430c984edd4fc329a5823c4d352295ebcd08b428..5d616916a0d649f598d5602f6ea55e94201d776d 100644 (file)
@@ -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                  |