[NETFILTER]: nf_conntrack_sctp: basic cleanups
authorPatrick McHardy <kaber@trash.net>
Tue, 15 Jan 2008 07:45:48 +0000 (23:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:33 +0000 (15:02 -0800)
Reindent switch cases properly, get rid of weird constructs like "!(x == y)",
put logical operations on the end of the line instead of the next line, get
rid of superfluous braces.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found