From: Jacob Keller Date: Fri, 17 Jan 2014 09:21:36 +0000 (-0800) Subject: ixgbe: add braces around else condition in ixgbe_qv_lock_* calls X-Git-Tag: v3.14-rc1~94^2~101^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d820e848f6a905cb88492cb717787be1f2b43d;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Aaron Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed