[PATCH] fix arcnet printk parameter types

From: Randy.Dunlap
Date: Thu Aug 28 2003 - 00:49:48 EST



Hi,
Please apply.

patch_name: arcnet_sizes.patch
patch_version: 2003-08-27.18:18:38
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: arcnet: fix printk parameter types;
product: Linux
product_versions: 260-test4
maintainer: ??

diff -Naur ./drivers/net/arcnet/arcnet.c~arcsize ./drivers/net/arcnet/arcnet.c
--- ./drivers/net/arcnet/arcnet.c~arcsize Fri Aug 22 16:57:49 2003
+++ ./drivers/net/arcnet/arcnet.c Wed Aug 27 11:39:26 2003
@@ -135,7 +135,7 @@
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));


--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/