mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] use size_t length specifier in mptbase.c
@ 2004-08-11 21:26 Jesse Barnes
  0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2004-08-11 21:26 UTC (permalink / raw)
  To: linux-kernel, akpm

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Looks like mptbase.c is using offsetof but trying to use %d instead of %zd 
when printing a warning.  Fix it up to reduce warnings when compiling on 
systems where size_t isn't 32 bits.  With this patch and Alex's earlier one 
to fix up some ACPI warnings applied, the sn2_defconfig target is error and 
warning free.

Signed-off-by: Jesse Barnes <jbarnes@sgi.com>

Thanks,
Jesse

[-- Attachment #2: mptbase-size_t-fix.patch --]
[-- Type: text/plain, Size: 514 bytes --]

===== drivers/message/fusion/mptbase.c 1.26 vs edited =====
--- 1.26/drivers/message/fusion/mptbase.c	2004-06-26 19:26:07 -07:00
+++ edited/drivers/message/fusion/mptbase.c	2004-08-11 14:09:39 -07:00
@@ -2416,7 +2416,7 @@
 		}
 	} else {
 		printk(MYIOC_s_ERR_FMT 
-		     "Invalid IOC facts reply, msgLength=%d offsetof=%d!\n",
+		     "Invalid IOC facts reply, msgLength=%d offsetof=%zd!\n",
 		     ioc->name, facts->MsgLength, (offsetof(IOCFactsReply_t,
 		     RequestFrameSize)/sizeof(u32)));
 		return -66;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-11 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-11 21:26 [TRIVIAL PATCH] use size_t length specifier in mptbase.c Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®