Re: [PATCH] usb: core: hub: fix coding style and prefer unsigned int

From: Greg Kroah-Hartman

Date: Wed Jun 24 2026 - 02:32:11 EST


On Wed, Jun 24, 2026 at 03:17:34AM -0300, André Moreira wrote:
> Fix indentation issues and clear checkpatch warnings by replacing
> bare uses of 'unsigned' with 'unsigned int' throughout the file.

There's no need to do coding style changes for existing kernel code that
isn't asking for it :)

Please stick to this in subsystems that explicitly ask for it, like
drivers/staging/

thanks,

greg k-h