Subject: [PATCH] igb: Realign bad indentation
>
> Statements should start on tabstops.
>
> Use a single statement and test instead of multiple tests.
>
> Signed-off-by: Joe Perches
> ---
> drivers/net/ethernet/intel/igb/e1000_mac.c | 15 ++-
> 1 file changed, 6
Statements should start on tabstops.
Use a single statement and test instead of multiple tests.
Signed-off-by: Joe Perches
---
drivers/net/ethernet/intel/igb/e1000_mac.c | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/drivers/net/ethernet/intel/igb/e1000_mac.