Re: [PATCH] MIPS: prefer 'unsigned int' to bare use of 'unsigned'

From: Philippe Mathieu-Daudé
Date: Tue Jul 11 2023 - 07:53:40 EST


On 9/7/23 16:19, xuanzhenggang001@xxxxxxxxxx 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@xxxxxxxxxx>
---
 arch/mips/kernel/linux32.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>