On 02/09/2024 17:02, Joshua Lant wrote:
@@ -482,7 +482,7 @@ find_check_match(struct xt_entry_match *m, struct xt_mtchk_param *par) m->u.user.revision); if (IS_ERR(match)) return PTR_ERR(match);
- m->u.kernel.match = match;
- m->u.kernel.match = (__nf_kptr_t) match;
Nit: still a few unnecessary spaces between cast and variable in various places.
Kevin