Re: [Intel-wired-lan] [PATCH] fm10k: Fix missing braces after if statement

2015-06-04 Thread Keller, Jacob E
Acked-by: Jacob Keller Thanks Alex. Regards, Jake On Wed, 2015-06-03 at 18:53 -0700, Alexander Duyck wrote: > While reviewing the code I noticed that one of the commits added an if > statement followed by a for loop, but the if statement was missing the > braces around the loop. This change co

Re: [PATCH] fm10k: Fix missing braces after if statement

2015-06-04 Thread Jeff Kirsher
On Wed, 2015-06-03 at 23:57 -0700, David Miller wrote: > From: Alexander Duyck > Date: Wed, 03 Jun 2015 18:53:17 -0700 > > > While reviewing the code I noticed that one of the commits added an if > > statement followed by a for loop, but the if statement was missing the > > braces around the loop

Re: [PATCH] fm10k: Fix missing braces after if statement

2015-06-03 Thread David Miller
From: Alexander Duyck Date: Wed, 03 Jun 2015 18:53:17 -0700 > While reviewing the code I noticed that one of the commits added an if > statement followed by a for loop, but the if statement was missing the > braces around the loop. This change corrects the coding style error. > > Signed-off-by:

[PATCH] fm10k: Fix missing braces after if statement

2015-06-03 Thread Alexander Duyck
While reviewing the code I noticed that one of the commits added an if statement followed by a for loop, but the if statement was missing the braces around the loop. This change corrects the coding style error. Signed-off-by: Alexander Duyck --- drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c