diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netfilter/nfnetlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/nfnetlink.h b/include/linux/netfilter/nfnetlink.h index 47457b4c8c62..e61a8a5fcaff 100644 --- a/include/linux/netfilter/nfnetlink.h +++ b/include/linux/netfilter/nfnetlink.h | |||
| @@ -72,7 +72,7 @@ struct nfnetlink_subsystem | |||
| 72 | extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n); | 72 | extern int nfnetlink_subsys_register(const struct nfnetlink_subsystem *n); |
| 73 | extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n); | 73 | extern int nfnetlink_subsys_unregister(const struct nfnetlink_subsystem *n); |
| 74 | 74 | ||
| 75 | #define nfattr_bad_size(tb, max, cta_min) \ | 75 | #define nlattr_bad_size(tb, max, cta_min) \ |
| 76 | ({ int __i, __res = 0; \ | 76 | ({ int __i, __res = 0; \ |
| 77 | for (__i=1; __i <= max; __i++) { \ | 77 | for (__i=1; __i <= max; __i++) { \ |
| 78 | if (!cta_min[__i]) \ | 78 | if (!cta_min[__i]) \ |
