Re: [PATCH] proc: fix warnings

From: Andrea Righi
Date: Sat Aug 02 2008 - 04:50:56 EST


Alexander Beregalov wrote:
> From: Alexander Beregalov <a.beregalov@xxxxxxxxx>
>
> proc: fix warnings
>
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 3 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 4 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 5 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 6 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 7 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 8 has type 'u64'
> fs/proc/base.c:2429: warning: format '%llu' expects type 'long long
> unsigned int', but argument 9 has type 'u64'

right, my bad.

Acked-by: Andrea Righi <righi.andrea@xxxxxxxxx>

Thanks!
-Andrea
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/