[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2024091639-tasty-relay-5082@gregkh>
Date: Mon, 16 Sep 2024 08:52:16 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: "Everest K.C." <everestkc@...restkc.com.np>
Cc: u.kleine-koenig@...gutronix.de, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Fix spelling errors in file
drivers/usb/gadget/udc/m66592-udc.c
On Sun, Sep 15, 2024 at 11:23:56PM -0600, Everest K.C. wrote:
> Fixed spelling errors in error message and comments that
> were reported by codespell as follows:
> unexpect --> unexpected
> workaound --> workaround
>
> Signed-off-by: Everest K.C. <everestkc@...restkc.com.np>
> ---
> v1 --> v2: Removed the coding style fix. This patch now only
> fixes spelling errors. The coding style will be fixed
> in a separate patch.
>
> drivers/usb/gadget/udc/m66592-udc.c | 18 +++++++++---------
If you do:
git log --oneline drivers/usb/gadget/udc/m66592-udc.c
you will see the format for how to properly write the Subject: line
here.
As this is your first kernel contributions, I recommend working in an
area that is designed for new developers to help work through these
types of issues, drivers/staging/ Get some experience there before
moving out into other areas of the kernel. Also note that many
subsystems do not care about things like spelling fixes, so be careful.
thanks,
greg k-h
Powered by blists - more mailing lists