public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm 1/5] nbd: printk format warning
@ 2006-08-07 22:47 Randy.Dunlap
  2006-08-07 22:50 ` [PATCH -mm 2/5] cachefiles: " Randy.Dunlap
  2006-08-07 23:07 ` [PATCH -mm 1/5] nbd: " Pavel Machek
  0 siblings, 2 replies; 12+ messages in thread
From: Randy.Dunlap @ 2006-08-07 22:47 UTC (permalink / raw)
  To: lkml; +Cc: pavel, akpm

From: Randy Dunlap <rdunlap@xenotime.net>

Fix printk format warning(s):
drivers/block/nbd.c:410: warning: long unsigned int format, different type arg (arg 4)

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
 drivers/block/nbd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2618-rc3mm2.orig/drivers/block/nbd.c
+++ linux-2618-rc3mm2/drivers/block/nbd.c
@@ -407,7 +407,7 @@ static void do_nbd_request(request_queue
 		struct nbd_device *lo;
 
 		blkdev_dequeue_request(req);
-		dprintk(DBG_BLKDEV, "%s: request %p: dequeued (flags=%lx)\n",
+		dprintk(DBG_BLKDEV, "%s: request %p: dequeued (flags=%x)\n",
 				req->rq_disk->disk_name, req, req->cmd_type);
 
 		if (!blk_fs_request(req))


---

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-08-08  9:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 22:47 [PATCH -mm 1/5] nbd: printk format warning Randy.Dunlap
2006-08-07 22:50 ` [PATCH -mm 2/5] cachefiles: " Randy.Dunlap
2006-08-07 22:52   ` [PATCH -mm 3/5] MTD: " Randy.Dunlap
2006-08-07 22:54     ` [PATCH -mm 4/5] scsi-target: printk format warnings Randy.Dunlap
2006-08-07 22:56       ` [PATCH -mm 5/5] usbnet: printk format warning Randy.Dunlap
2006-08-08  0:23         ` patch usbnet-printk-format-warning.patch added to gregkh-2.6 tree gregkh
2006-08-08  3:29         ` [PATCH -mm 5/5] usbnet: printk format warning Andrew Morton
2006-08-08  9:01   ` [PATCH -mm 2/5] cachefiles: " David Howells
2006-08-07 23:07 ` [PATCH -mm 1/5] nbd: " Pavel Machek
2006-08-07 23:31   ` Randy.Dunlap
2006-08-07 23:31     ` Pavel Machek
2006-08-07 23:43       ` Randy.Dunlap

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