public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@osdl.org>,
	Paul.Clements@steeleye.com
Subject: Re: [PATCH -mm 1/5] nbd: printk format warning
Date: Tue, 8 Aug 2006 01:07:26 +0200	[thread overview]
Message-ID: <20060807230726.GA2724@elf.ucw.cz> (raw)
In-Reply-To: <20060807154750.5a268055.rdunlap@xenotime.net>

Hi!

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

ACK, but notice that we have new nbd maintainer... for a few years
now.

							Pavel

> 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))
> 
> 
> ---

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

  parent reply	other threads:[~2006-08-07 23:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Pavel Machek [this message]
2006-08-07 23:31   ` [PATCH -mm 1/5] nbd: " Randy.Dunlap
2006-08-07 23:31     ` Pavel Machek
2006-08-07 23:43       ` Randy.Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060807230726.GA2724@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=Paul.Clements@steeleye.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox