From: Max Tottenham Date: Tue, 3 Apr 2012 11:35:29 +0000 (+0100) Subject: Staging: bcm: IPv6Protocol.c coding style fix X-Git-Tag: v3.5-rc1~145^2~229^2~236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d147069346f99482bd9c417dec7fd4ce50d266a;p=pandora-kernel.git Staging: bcm: IPv6Protocol.c coding style fix Sixth in a series of patche to fix coding style in IPv6Protocol.c This patch changes the format of if statments from: if (#VALUE == variable) to: if (variable == #VALUE) Signed-off-by: Max Tottenham Acked-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed