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@xxxxxxxxxxxxxxxx> > --- > 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