commit | 63b64de3b346c4cfb8806d3ae9349b2fc9f2412d | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 09 06:03:14 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri May 23 05:28:21 2014 -0700 |
tree | 28f8f7b12449d81d253348042acb5c4c3fc60dbf | |
parent | 6ec1b71fc427a8e93a6a143688bec57da0ba0c1d [diff] |
ixgbe: add braces around else block This commit fixes a checkpatch.pl warning for style, by adding braces around the else block, since the if block requires braces. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>