From: Joe Perches Date: Tue, 16 Dec 2014 20:17:13 +0000 (-0800) Subject: netfilter: xt_osf: Use continue to reduce indentation X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~212^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372e28661a5c1cda34598314e2e341a7529d6219;p=pandora-kernel.git netfilter: xt_osf: Use continue to reduce indentation Invert logic in test to use continue. This routine already uses continue, use it a bit more to minimize > 80 column long lines and unnecessary indentation. No change in compiled object file. Other miscellanea: o Remove trailing whitespace o Realign arguments to multiline statement Signed-off-by: Joe Perches Acked-by: Evgeniy Polyakov Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed