projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a104a6b
)
netfilter: cleanup struct nf_hook_ops indentation
author
Pablo Neira
<
[email protected]
>
Wed, 13 May 2015 16:19:34 +0000
(18:19 +0200)
committer
David S. Miller
<
[email protected]
>
Thu, 14 May 2015 05:10:05 +0000
(
01:10
-0400)
Signed-off-by: Pablo Neira Ayuso <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/linux/netfilter.h
patch
|
blob
|
history
diff --git
a/include/linux/netfilter.h
b/include/linux/netfilter.h
index 63560d0a8dfe2802ec826d87921a8848fe56e68b..83be4a3cec987c9e79e6381ec1de9e8215dbb574 100644
(file)
--- 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 {