[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060807155044.a8eee456.rdunlap@xenotime.net>
Date: Mon, 7 Aug 2006 15:50:44 -0700
From: "Randy.Dunlap" <rdunlap@...otime.net>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...l.org>, dhowells@...hat.com
Subject: [PATCH -mm 2/5] cachefiles: printk format warning
From: Randy Dunlap <rdunlap@...otime.net>
Fix printk format warning(s):
fs/cachefiles/cf-proc.c:247: warning: int format, different type arg (arg 4)
Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
fs/cachefiles/cf-proc.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2618-rc3mm2.orig/fs/cachefiles/cf-proc.c
+++ linux-2618-rc3mm2/fs/cachefiles/cf-proc.c
@@ -244,7 +244,7 @@ static ssize_t cachefiles_proc_write(str
error:
kfree(data);
- _leave(" = %d", ret);
+ _leave(" = %Zd", ret);
return ret;
found_command:
---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists