Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-drm-fsl-dcu.git] / net / bridge / netfilter / ebt_mark_m.c
index 025869ee0b68945b11d1331d6886123adbdd09dd..6b0d2169af74e379b468ea47dc8b47d6e26d5add 100644 (file)
@@ -26,7 +26,7 @@ static int ebt_filter_mark(const struct sk_buff *skb,
 static int ebt_mark_check(const char *tablename, unsigned int hookmask,
    const struct ebt_entry *e, void *data, unsigned int datalen)
 {
-        struct ebt_mark_m_info *info = (struct ebt_mark_m_info *) data;
+       struct ebt_mark_m_info *info = (struct ebt_mark_m_info *) data;
 
        if (datalen != EBT_ALIGN(sizeof(struct ebt_mark_m_info)))
                return -EINVAL;