[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251202065917.309025-1-cong.yi@linux.dev>
Date: Tue, 2 Dec 2025 14:59:17 +0800
From: Yi Cong <cong.yi@...ux.dev>
To: stern@...land.harvard.edu
Cc: gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org,
yicong@...inos.cn
Subject: Re: [PATCH] usb: linux/usb.h: Correct the description of the usb_device_driver member
On Mon, 1 Dec 2025 10:14:04 -0500, Alan Stern <stern@...land.harvard.edu> wrote:
>
> On Mon, Dec 01, 2025 at 04:53:09PM +0800, Yi Cong wrote:
> > From: Yi Cong <yicong@...inos.cn>
> >
> > In the current kernel USB device driver code, only the name field is
> > required to be provided; all other fields are optional.
> > Use the command grep -rnw "struct usb_device_driver" to inspect
> > how specific drivers are declared.
>
> That last sentence should not be part of the patch description; it
> doesn't explain the patch's purpose or what the patch does. (It's not
> even correct, because the grep output doesn't show how the specific
> drivers are declared. It mainly shows the filenames and line numbers
> where the declarations start.)
>
Thank you for the reply!
Do I need to update the commit message and send a new version of the patch?
Regards,
Yi Cong
Powered by blists - more mailing lists