]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_lblcr.c
lib/vsprintf.c: remove %Z support
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_lblcr.c
index 796d70e47dddfcd7f291df239ddab8270819cbe5..703f11877beece84cb56ec62d4bd13e87c0d67c3 100644 (file)
@@ -519,7 +519,7 @@ static int ip_vs_lblcr_init_svc(struct ip_vs_service *svc)
                return -ENOMEM;
 
        svc->sched_data = tbl;
-       IP_VS_DBG(6, "LBLCR hash table (memory=%Zdbytes) allocated for "
+       IP_VS_DBG(6, "LBLCR hash table (memory=%zdbytes) allocated for "
                  "current service\n", sizeof(*tbl));
 
        /*
@@ -556,7 +556,7 @@ static void ip_vs_lblcr_done_svc(struct ip_vs_service *svc)
 
        /* release the table itself */
        kfree_rcu(tbl, rcu_head);
-       IP_VS_DBG(6, "LBLCR hash table (memory=%Zdbytes) released\n",
+       IP_VS_DBG(6, "LBLCR hash table (memory=%zdbytes) released\n",
                  sizeof(*tbl));
 }