diff --git a/net/netfilter/nf_tables_api.c b/net/netfilter/nf_tables_api.c index 48ebc5f7f5a11f1780c65d0cc359da49933b6a11..63c79136c268f6504acf2226c545a334a93f7d7b 100644 --- a/net/netfilter/nf_tables_api.c +++ b/net/netfilter/nf_tables_api.c @@ -7828,7 +7828,7 @@ static void nf_tables_commit_audit_collect(struct list_head *adl, if (adp->table == table) goto found; } - WARN_ONCE("table=%s not expected in commit list", table->name); + WARN_ONCE(1, "table=%s not expected in commit list", table->name); return; found: adp->entries++;