add the comment to improve the readability. Signed-off-by: Changli Gao <xiaosuo@xxxxxxxxx> ---- include/linux/netfilter/xt_statistic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/netfilter/xt_statistic.h b/include/linux/netfilter/xt_statistic.h index 4e983ef..827edee 100644 --- a/include/linux/netfilter/xt_statistic.h +++ b/include/linux/netfilter/xt_statistic.h @@ -30,6 +30,8 @@ struct xt_statistic_info { __u32 count; /* unused */ } nth; } u; + + /* Used internally by the kernel */ struct xt_statistic_priv *master __attribute__((aligned(8))); }; -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html