RE: [PATCH] igb: Realign bad indentation

2016-10-04 Thread Brown, Aaron F
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

[PATCH] igb: Realign bad indentation

2016-09-26 Thread Joe Perches
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.