From: Pablo Neira Date: Wed, 13 May 2015 16:19:34 +0000 (+0200) Subject: netfilter: cleanup struct nf_hook_ops indentation X-Git-Tag: v4.2-rc1~130^2~296^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87d5c18ce1f41a2410d4fb26d5d68c55867450f5;p=karo-tx-linux.git netfilter: cleanup struct nf_hook_ops indentation Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index 63560d0a8dfe..83be4a3cec98 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -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 {