Commit 77aae21d authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] fix arcnet printk parameter types

From: "Randy.Dunlap" <rddunlap@osdl.org>

fix arcnet printk parameter types
parent 9fff2998
......@@ -135,7 +135,7 @@ static int __init arcnet_init(void)
arc_proto_map[count] = arc_proto_default;
BUGLVL(D_DURING)
printk("arcnet: struct sizes: %d %d %d %d %d\n",
printk("arcnet: struct sizes: %Zd %Zd %Zd %Zd %Zd\n",
sizeof(struct arc_hardware), sizeof(struct arc_rfc1201),
sizeof(struct arc_rfc1051), sizeof(struct arc_eth_encap),
sizeof(struct archdr));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment