Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66825
b: refs/heads/master
c: c6a8f64
h: refs/heads/master
i:
  66823: 0803bda
v: v3
  • Loading branch information
Michal Miroslaw authored and David S. Miller committed Oct 10, 2007
1 parent 986fbd2 commit 8599369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d63b043d955c261f4f413eecf6e0488d7459acd4
refs/heads/master: c6a8f648362a5d8b934f4267b0ab9f255c130ab0
7 changes: 4 additions & 3 deletions trunk/net/netfilter/nfnetlink_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 8599369

Please sign in to comment.