]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/fib_trie.c
lib/vsprintf.c: remove %Z support
[karo-tx-linux.git] / net / ipv4 / fib_trie.c
index d8cea210af0ed939a30c345fc2169a53b9098976..2f0d8233950faeac91f287644bc9476f19f74578 100644 (file)
@@ -2388,7 +2388,7 @@ static int fib_triestat_seq_show(struct seq_file *seq, void *v)
 
        seq_printf(seq,
                   "Basic info: size of leaf:"
-                  " %Zd bytes, size of tnode: %Zd bytes.\n",
+                  " %zd bytes, size of tnode: %zd bytes.\n",
                   LEAF_SIZE, TNODE_SIZE(0));
 
        for (h = 0; h < FIB_TABLE_HASHSZ; h++) {