[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <91705d081001311102m63cb3edfib8df864ca580e736@mail.gmail.com>
Date: Sun, 31 Jan 2010 11:02:43 -0800
From: Dan Nicholson <dbn.lists@...il.com>
To: John Kacur <jkacur@...hat.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Dave Airlie <airlied@...ux.ie>,
FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Jerome Glisse <jglisse@...hat.com>,
Johannes Hirte <johannes.hirte@....tu-ilmenau.de>,
dri-devel <dri-devel@...ts.sf.net>,
Alex Deucher <alexdeucher@...il.com>,
Kevin Winchester <kjwinchester@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH] radeon_agp: Fix warning, format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’
On Sat, Jan 30, 2010 at 12:51 PM, John Kacur <jkacur@...hat.com> wrote:
> Fix warning by using %zu instead of %d for size_t
>
> Signed-off-by: John Kacur <jkacur@...hat.com>
> ---
> drivers/gpu/drm/radeon/radeon_agp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_agp.c b/drivers/gpu/drm/radeon/radeon_agp.c
> index c9ad7f5..1c4e523 100644
> --- a/drivers/gpu/drm/radeon/radeon_agp.c
> +++ b/drivers/gpu/drm/radeon/radeon_agp.c
> @@ -134,7 +134,7 @@ int radeon_agp_init(struct radeon_device *rdev)
> int ret;
>
> if (rdev->ddev->agp->agp_info.aper_size < 32) {
> - dev_warn(rdev->dev, "AGP aperture to small (%dM) "
> + dev_warn(rdev->dev, "AGP aperture to small (%zuM) "
As long as you're fixing this line, you might want to correct the
grammar s/to/too/.
--
Dan
--
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