[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)
commit5447d4777c48218e90844fa6f6e544119075faad
tree87c7406ac0397fa062bf36b0769a3a866856c427
parent2d6462869f8c2edca9dbb53ca3b661a52fc4c144
[NETFILTER]: nf_conntrack_sctp: basic cleanups

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>
net/netfilter/nf_conntrack_proto_sctp.c