summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini2010-03-08 13:13:07 +0100
committerPatrick McHardy2010-03-08 13:13:07 +0100
commit63e690caf24e8f43ba019fe1107669746b072d80 (patch)
treece7f8f46cd3eb6bba0261c6305d190ac0651dd21
parentMerge branch 'master' of /repos/git/linux-2.6 (diff)
downloadkernel-qcow2-linux-63e690caf24e8f43ba019fe1107669746b072d80.tar.gz
kernel-qcow2-linux-63e690caf24e8f43ba019fe1107669746b072d80.tar.xz
kernel-qcow2-linux-63e690caf24e8f43ba019fe1107669746b072d80.zip
netfilter: include/linux/netfilter/nf_conntrack_tuple_common.h: Checkpatch cleanup
include/linux/netfilter/nf_conntrack_tuple_common.h:5: ERROR: open brace '{' following enum go on the same line Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--include/linux/netfilter/nf_conntrack_tuple_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/netfilter/nf_conntrack_tuple_common.h b/include/linux/netfilter/nf_conntrack_tuple_common.h
index 8e145f0d61cb..2ea22b018a87 100644
--- a/include/linux/netfilter/nf_conntrack_tuple_common.h
+++ b/include/linux/netfilter/nf_conntrack_tuple_common.h
@@ -1,8 +1,7 @@
#ifndef _NF_CONNTRACK_TUPLE_COMMON_H
#define _NF_CONNTRACK_TUPLE_COMMON_H
-enum ip_conntrack_dir
-{
+enum ip_conntrack_dir {
IP_CT_DIR_ORIGINAL,
IP_CT_DIR_REPLY,
IP_CT_DIR_MAX