[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3d9739d5-655b-2535-0dc1-aafdf7e36e8f@linaro.org>
Date: Tue, 11 Jul 2023 13:53:31 +0200
From: Philippe Mathieu-Daudé <philmd@...aro.org>
To: xuanzhenggang001@...suo.com, tsbogend@...ha.franken.de
Cc: linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MIPS: prefer 'unsigned int' to bare use of 'unsigned'
On 9/7/23 16:19, xuanzhenggang001@...suo.com wrote:
> Fix the following warnings reported by checkpatch:
>
> arch/mips/kernel/linux32.c:128: WARNING: Prefer 'unsigned int' to bare
> use of 'unsigned'
> arch/mips/kernel/linux32.c:129: WARNING: Prefer 'unsigned int' to bare
> use of 'unsigned'
> arch/mips/kernel/linux32.c:129: WARNING: Prefer 'unsigned int' to bare
> use of 'unsigned'
> arch/mips/kernel/linux32.c:129: WARNING: Prefer 'unsigned int' to bare
> use of 'unsigned'
>
> Signed-off-by: Zhenggang Xuan <xuanzhenggang001@...suo.com>
> ---
> arch/mips/kernel/linux32.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@...aro.org>
Powered by blists - more mailing lists