Skip to content

Commit

Permalink
netfilter: cleanup struct nf_hook_ops indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pablo Neira authored and David S. Miller committed May 14, 2015
1 parent a104a6b commit 87d5c18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions include/linux/netfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ typedef unsigned int nf_hookfn(const struct nf_hook_ops *ops,
const struct nf_hook_state *state);

struct nf_hook_ops {
struct list_head list;
struct list_head list;

/* User fills in from here down. */
nf_hookfn *hook;
struct module *owner;
void *priv;
u_int8_t pf;
unsigned int hooknum;
nf_hookfn *hook;
struct module *owner;
void *priv;
u_int8_t pf;
unsigned int hooknum;
/* Hooks are ordered in ascending priority. */
int priority;
int priority;
};

struct nf_sockopt_ops {
Expand Down

0 comments on commit 87d5c18

Please sign in to comment.