On Wed, Nov 03, 2021 at 03:22:52PM +0800, Jingjing Liu wrote:
Fix checkpatch warnings: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Jingjing Liu <liujingjing@xxxxxxxxxx>
As I just wrote elsewhere: 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