From: Paul E. McKenney Date: Thu, 28 Jun 2012 15:08:25 +0000 (-0700) Subject: rcu: Fix code-style issues involving "else" X-Git-Tag: v3.6-rc1~168^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c701d5d9b384ff03ceb232ef21236364d784a411;p=pandora-kernel.git rcu: Fix code-style issues involving "else" The Linux kernel coding style says that single-statement blocks should omit curly braces unless the other leg of the "if" statement has multiple statements, in which case the curly braces should be included. This commit fixes RCU's violations of this rule. Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed