Jan Engelhardt wrote: > --- a/net/ipv4/netfilter/ip_tables.c > +++ b/net/ipv4/netfilter/ip_tables.c > @@ -629,12 +629,11 @@ find_check_match(struct ipt_entry_match *m, struct xt_mtchk_param *par) > struct xt_match *match; > int ret; > > - match = try_then_request_module(xt_find_match(AF_INET, m->u.user.name, > - m->u.user.revision), > - "ipt_%s", m->u.user.name); > - if (IS_ERR(match) || !match) { > + match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, > + m->u.user.revision); > Please fix indentation in this patch as well. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html