[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080819113632.ZZRA012@mailhub.coreip.homeip.net>
Date: Tue, 19 Aug 2008 11:37:13 -0400
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-input@...r.kernel.org,
Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drivers/input/evdev.c: Fix printf() format for sizeof
On Tue, Aug 19, 2008 at 11:43:32AM +0200, Geert Uytterhoeven wrote:
> commit f2afa7711f8585ffc088ba538b9a510e0d5dca12 ("Input: paper over a bug in
> Synaptics X driver") introduced a compiler warning on 64-bit platforms, as
> sizeof() returns a size_t, not an (unsigned) int:
>
> | drivers/input/evdev.c: In function 'handle_eviocgbit':
> | drivers/input/evdev.c:684: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
>
> Use the proper `z' modifier for size_t, and make the printf() formats for the
> sizes unsigned while we're at it.
>
Oops... Applied, thank you Geert.
--
Dmitry
--
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