summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_IDLETIMER.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter/xt_IDLETIMER.h')
-rw-r--r--include/linux/netfilter/xt_IDLETIMER.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/xt_IDLETIMER.h b/include/linux/netfilter/xt_IDLETIMER.h
index 3e1aa1be..208ae938 100644
--- a/include/linux/netfilter/xt_IDLETIMER.h
+++ b/include/linux/netfilter/xt_IDLETIMER.h
@@ -39,7 +39,7 @@ struct idletimer_tg_info {
char label[MAX_IDLETIMER_LABEL_SIZE];
/* for kernel module internal use only */
- struct idletimer_tg *timer __attribute((aligned(8)));
+ struct idletimer_tg *timer __attribute__((aligned(8)));
};
#endif