]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/bridge/netfilter/ebt_among.c
lib/vsprintf.c: remove %Z support
[mirror_ubuntu-bionic-kernel.git] / net / bridge / netfilter / ebt_among.c
index 9024283d2bca8206d6976bb7bb72523b514bd68d..279527f8b1fe74f30d75da640da8ef23f789ba3c 100644 (file)
@@ -187,7 +187,7 @@ static int ebt_among_mt_check(const struct xt_mtchk_param *par)
        expected_length += ebt_mac_wormhash_size(wh_src);
 
        if (em->match_size != EBT_ALIGN(expected_length)) {
-               pr_info("wrong size: %d against expected %d, rounded to %Zd\n",
+               pr_info("wrong size: %d against expected %d, rounded to %zd\n",
                        em->match_size, expected_length,
                        EBT_ALIGN(expected_length));
                return -EINVAL;