aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2014-01-17 01:21:36 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-17 18:56:59 -0800
commit78d820e848f6a905cb88492cb717787be1f2b43d (patch)
tree2c220a16636af827d51e80b1ae0d0afcf9143b62 /drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
parentnet: ftgmac100: use kfree_skb() where appropriate (diff)
downloadlinux-dev-78d820e848f6a905cb88492cb717787be1f2b43d.tar.xz
linux-dev-78d820e848f6a905cb88492cb717787be1f2b43d.zip
ixgbe: add braces around else condition in ixgbe_qv_lock_* calls
This patch adds braces around the ixgbe_qv_lock_* calls which previously only had braces around the if portion. Kernel style guidelines for this require parenthesis around all conditions if they are required around one. In addition the comment while not illegal C syntax makes the code look wrong at a cursory glance. This patch corrects the style and adds braces so that the full if-else block is uniform. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe_main.c')
0 files changed, 0 insertions, 0 deletions