Re: [PATCH 2/2] drivers: usb: musb: musb_gadget: replaced bare unsigned to unsigned int

From: Greg KH
Date: Tue Jun 06 2023 - 06:33:35 EST


On Tue, Jun 06, 2023 at 03:59:10PM +0530, Neel Chakraborty wrote:
> Replaced code that was using bare unsigned to use unsigned int
>
> Signed-off-by: Neel Chakraborty <neelchakrabortykernelwork@xxxxxxxxx>
> ---
> drivers/usb/musb/musb_gadget.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Where is patch 1/2 of this series?

As it looks like you are new to kernel development, I strongly
recomomend you start out doing coding cleanups in the drivers/staging/
portion of the kernel first, as that is explicitly what it is there for.
That keeps kernel developers and maintainers of other subsystems from
having to work through basic issues like this.

Also, I recommend re-reading the kernel documentation for how to submit
a patch, this isn't the correct way :)

thanks,

greg k-h