fm10k: Fix missing braces after if statement
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Thu, 4 Jun 2015 01:53:17 +0000 (18:53 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Jun 2015 21:21:41 +0000 (14:21 -0700)
commit986eec4341729549778f374dfc97e69a991302df
tree29783457d93816ee112c2ca3dc8bbf0ce8480052
parentee4373e7d74696821e47faf1b70f779697ddf77b
fm10k: Fix missing braces after if statement

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 <alexander.h.duyck@redhat.com>
Acked-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c