[PATCH] mtd: oobtest: correct printf() format specifier for 'size_t'

Brian Norris computersforpeace at gmail.com
Thu Nov 20 01:33:10 PST 2014


On Thu, Nov 20, 2014 at 01:29:43AM -0800, Brian Norris wrote:
> Fixes warning:
> 
>    drivers/mtd/tests/oobtest.c: In function 'memcmpshow':
>    drivers/mtd/tests/oobtest.c:129: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'size_t'
> 
> Signed-off-by: Brian Norris <computersforpeace at gmail.com>
> Cc: Roger Quadros <rogerq at ti.com>
> Cc: Sekhar Nori <nsekhar at ti.com>
> ---
> I'll roll this into the change I just merged

Never mind, I just applied this on top, since that's easier.

Brian



More information about the linux-mtd mailing list