Skip to content

Commit

Permalink
netfilter: nf_queue: whitespace cleanup
Browse files Browse the repository at this point in the history
A future patch will modify the hook drop and outfn functions.  This will
cause the line lengths to take up too much space.  This is simply a
readability change.

Signed-off-by: Aaron Conole <aconole@bytheb.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
  • Loading branch information
Aaron Conole authored and Pablo Neira Ayuso committed Sep 24, 2016
1 parent d4bb5ca commit 54f17bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/net/netfilter/nf_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ struct nf_queue_entry {

/* Packet queuing */
struct nf_queue_handler {
int (*outfn)(struct nf_queue_entry *entry,
unsigned int queuenum);
void (*nf_hook_drop)(struct net *net,
struct nf_hook_ops *ops);
int (*outfn)(struct nf_queue_entry *entry,
unsigned int queuenum);
void (*nf_hook_drop)(struct net *net,
struct nf_hook_ops *ops);
};

void nf_register_queue_handler(struct net *net, const struct nf_queue_handler *qh);
Expand Down

0 comments on commit 54f17bb

Please sign in to comment.