[PATCH] ARM: cache-l2x0.c: consistently use u32

Catalin Marinas catalin.marinas at arm.com
Fri Jan 20 05:18:03 EST 2012


On 20 January 2012 09:53, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> __u32 exists to avoid namespace clashes with userspace programs.  It
> should not be used outside header files, so convert to use u32 instead.
> Also, don't mix uint32_t and __u32 - use the same type throughout the
> file for consistency.
>
> Signed-off-by: Russell King <rmk+kernel at arm.linux.org.uk>

As some of this code was probably mine:

Acked-by: Catalin Marinas <catalin.marinas at arm.com>



More information about the linux-arm-kernel mailing list