[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQbQz=QjBrY5QgAS9iHT_Cmi=Kr9H22UMwnyOeTrDDnsg@mail.gmail.com>
Date: Thu, 28 Feb 2019 23:39:06 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: WangBo <wdjjwb@....com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"Paul E . McKenney" <paulmck@...ux.ibm.com>, wang.bo116@....com.cn
Subject: Re: [PATCH] include/linux/types.h: use "unsigned int" instead of "unsigned"
On Thu, Feb 28, 2019 at 9:21 PM WangBo <wdjjwb@....com> wrote:
>
> Use "unsigned int" instead of "unsigned" ,it make code more clear.
>
> Signed-off-by: WangBo <wang.bo116@....com.cn>
Reviewed-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
> ---
> include/linux/types.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/types.h b/include/linux/types.h
> index c2615d6..cc0dbbe 100644
> --- a/include/linux/types.h
> +++ b/include/linux/types.h
> @@ -155,9 +155,9 @@ typedef u64 dma_addr_t;
> typedef u32 dma_addr_t;
> #endif
>
> -typedef unsigned __bitwise gfp_t;
> -typedef unsigned __bitwise slab_flags_t;
> -typedef unsigned __bitwise fmode_t;
> +typedef unsigned int __bitwise gfp_t;
> +typedef unsigned int __bitwise slab_flags_t;
> +typedef unsigned int __bitwise fmode_t;
>
> #ifdef CONFIG_PHYS_ADDR_T_64BIT
> typedef u64 phys_addr_t;
> --
> 2.7.4
>
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists