]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_limit.c
net: Fix checkpatch, Missing a blank line after declarations
[karo-tx-linux.git] / net / netfilter / xt_limit.c
index bef85059655892982da73cc694183afc7399782c..dab962df178795612580a1c8e22257213bdab07d 100644 (file)
@@ -192,6 +192,8 @@ static struct xt_match limit_mt_reg __read_mostly = {
        .compatsize       = sizeof(struct compat_xt_rateinfo),
        .compat_from_user = limit_mt_compat_from_user,
        .compat_to_user   = limit_mt_compat_to_user,
+#else
+       .usersize         = offsetof(struct xt_rateinfo, prev),
 #endif
        .me               = THIS_MODULE,
 };