On Sat, Oct 19, 2024 at 09:18:38PM +0300, Ilya Katsnelson wrote:
diff --git a/net/netfilter/xt_TRACE.c b/net/netfilter/xt_TRACE.c index f3fa4f11348cd8ad796ce94f012cd48aa7a9020f..2a029b4adbcadf95e493b153f613a210624a9101 100644 --- a/net/netfilter/xt_TRACE.c +++ b/net/netfilter/xt_TRACE.c @@ -49,6 +49,7 @@ static struct xt_target trace_tg_reg[] __read_mostly = { .target = trace_tg, .checkentry = trace_tg_check, .destroy = trace_tg_destroy,
.me = THIS_MODULE,
indentation is not correct.
}, #endif };
https://patchwork.ozlabs.org/project/netfilter-devel/patch/20241020124951.18...