--- zzzz-none-000/linux-3.18.24/net/netfilter/nft_compat.c 2015-10-31 20:39:51.000000000 +0000 +++ rtl96-5690pro-762/linux-3.18.24/net/netfilter/nft_compat.c 2024-08-14 08:36:37.000000000 +0000 @@ -595,7 +595,7 @@ return ERR_PTR(-ENOENT); return &nft_match->ops; - } + } } match = xt_request_find_match(family, mt_name, rev); @@ -675,7 +675,7 @@ return ERR_PTR(-ENOENT); return &nft_target->ops; - } + } } target = xt_request_find_target(family, tg_name, rev);