OSDN Git Service

ixgbe: add braces around else block
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 9 Apr 2014 06:03:14 +0000 (06:03 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 23 May 2014 12:28:21 +0000 (05:28 -0700)
commit63b64de3b346c4cfb8806d3ae9349b2fc9f2412d
tree28f8f7b12449d81d253348042acb5c4c3fc60dbf
parent6ec1b71fc427a8e93a6a143688bec57da0ba0c1d
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c