From: Allan Stephens Date: Fri, 31 Dec 2010 18:59:33 +0000 (+0000) Subject: tipc: split variable assignments out of conditional expressions X-Git-Tag: v2.6.38-rc1~476^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2db9983a4318818845193bd577879c0620705e82;p=pandora-kernel.git tipc: split variable assignments out of conditional expressions Cleans up TIPC's source code to eliminate assigning values to variables within conditional expressions, improving code readability and reducing warnings from various code checker tools. These changes are purely cosmetic and do not alter the operation of TIPC in any way. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker Signed-off-by: David S. Miller --- Reading git-diff-tree failed