[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2025120202-wanted-swab-479a@gregkh>
Date: Tue, 2 Dec 2025 06:29:09 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Clint George <clintbgeorge@...il.com>
Cc: stern@...land.harvard.edu, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, david.hunter.linux@...il.com,
linux-kernel-mentees@...ts.linux.dev, skhan@...uxfoundation.org,
khalid@...nel.org
Subject: Re: [PATCH v2 2/6] usb: gadget: dummy_hcd: use 'unsigned int'
instead of bare 'unsigned'
On Tue, Dec 02, 2025 at 02:07:11AM +0530, Clint George wrote:
> Use 'unsigned int' instead of 'unsigned' wherever possible to maintain
> consistency with the kernel coding style.
> ---
> drivers/usb/gadget/udc/dummy_hcd.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Hm, this patch is kind of proof of why coding style cleanups outside of
drivers/staging/ is generally not a good idea :(
Please stick to that portion of the kernel now, so you can get the
development process understood more, before making changes elsewhere.
good luck!
greg k-h
Powered by blists - more mailing lists