commit | 986eec4341729549778f374dfc97e69a991302df | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Wed Jun 03 18:53:17 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jun 17 14:21:41 2015 -0700 |
tree | 29783457d93816ee112c2ca3dc8bbf0ce8480052 | |
parent | ee4373e7d74696821e47faf1b70f779697ddf77b [diff] |
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>