summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMichal Miroslaw2007-09-28 23:45:06 +0200
committerDavid S. Miller2007-10-11 01:53:39 +0200
commitc6a8f648362a5d8b934f4267b0ab9f255c130ab0 (patch)
tree171d7c8a807f33cca4d13316e6361164ccfacec8 /net
parent[NETFILTER]: nfnetlink_log: flush queue early (diff)
downloadkernel-qcow2-linux-c6a8f648362a5d8b934f4267b0ab9f255c130ab0.tar.gz
kernel-qcow2-linux-c6a8f648362a5d8b934f4267b0ab9f255c130ab0.tar.xz
kernel-qcow2-linux-c6a8f648362a5d8b934f4267b0ab9f255c130ab0.zip
[NETFILTER]: nfnetlink_log: fix style
Fix function definition style to match other functions in nfnetlink_log.c. Signed-off-by: Michal Miroslaw <mirq-linux@rere.qmqm.pl> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nfnetlink_log.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/netfilter/nfnetlink_log.c b/net/netfilter/nfnetlink_log.c
index 0fa17421bbc6..d2e811f46067 100644
--- a/net/netfilter/nfnetlink_log.c
+++ b/net/netfilter/nfnetlink_log.c
@@ -301,8 +301,8 @@ nfulnl_set_flags(struct nfulnl_instance *inst, u_int16_t flags)
return 0;
}
-static struct sk_buff *nfulnl_alloc_skb(unsigned int inst_size,
- unsigned int pkt_size)
+static struct sk_buff *
+nfulnl_alloc_skb(unsigned int inst_size, unsigned int pkt_size)
{
struct sk_buff *skb;
unsigned int n;
@@ -365,7 +365,8 @@ __nfulnl_flush(struct nfulnl_instance *inst)
__nfulnl_send(inst);
}
-static void nfulnl_timer(unsigned long data)
+static void
+nfulnl_timer(unsigned long data)
{
struct nfulnl_instance *inst = (struct nfulnl_instance *)data;