OSDN Git Service

lib/vsprintf.c: remove %Z support
[uclinux-h8/linux.git] / net / bridge / netfilter / ebt_among.c
index 9024283..279527f 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;