lkml.org 
[lkml]   [2003]   [Aug]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix arcnet printk parameter types

Hi,
Please apply.

patch_name: arcnet_sizes.patch
patch_version: 2003-08-27.18:18:38
author: Randy.Dunlap <rddunlap@osdl.org>
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.227 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site