[NETFILTER]: nf_conntrack_sctp: reduce line length further
authorPatrick McHardy <kaber@trash.net>
Tue, 15 Jan 2008 07:46:37 +0000 (23:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:02:35 +0000 (15:02 -0800)
commit8528819adc613e0b4bc3e5cb4123b4b33d2b03c4
tree0f906744b0d5aa83bef300c7128b863728669e1f
parent112f35c9c164e06e038d506dd3eb15e76829ef8a
[NETFILTER]: nf_conntrack_sctp: reduce line length further

Eliminate a few lines over 80 characters by using a local variable to
hold the conntrack direction instead of using CTINFO2DIR everywhere.

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