Re: [PATCH] h8300: Prefer unsigned int to bare use of unsigned

From: Johan Hovold
Date: Wed Nov 03 2021 - 04:02:19 EST


On Wed, Nov 03, 2021 at 03:02:47PM +0800, Jingjing Liu wrote:
> Fix checkpatch warnings:
> WARNING: Prefer 'unsigned int' to bare use of 'unsigned'

Please don't run checkpatch.pl on code that's already in the kernel. Use
it to check your own patches before submitting them.

If you want to practise the patch submission process you can do so in
drivers/staging/ where "clean ups" such as this one are currently
accepted.

Johan