mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
[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>
This commit is contained in:
parent
d63b043d95
commit
c6a8f64836
1 changed files with 4 additions and 3 deletions
|
@ -301,8 +301,8 @@ nfulnl_set_flags(struct nfulnl_instance *inst, u_int16_t flags)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct sk_buff *nfulnl_alloc_skb(unsigned int inst_size,
|
static struct sk_buff *
|
||||||
unsigned int pkt_size)
|
nfulnl_alloc_skb(unsigned int inst_size, unsigned int pkt_size)
|
||||||
{
|
{
|
||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
unsigned int n;
|
unsigned int n;
|
||||||
|
@ -365,7 +365,8 @@ __nfulnl_flush(struct nfulnl_instance *inst)
|
||||||
__nfulnl_send(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;
|
struct nfulnl_instance *inst = (struct nfulnl_instance *)data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue