On Sat, Sep 4, 2021 at 8:02 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, Sep 03, 2021 at 08:54:33PM +0200, Krish Jain wrote: > > On Fri, Sep 3, 2021 at 7:11 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > > > On Fri, Sep 03, 2021 at 05:49:46PM +0200, Krish Jain wrote: > > > > On Thu, Sep 2, 2021 at 11:09 AM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > > > > > > > On Thu, Sep 02, 2021 at 01:13:39PM +0200, Krish Jain wrote: > > > > > > This patch fixes the format of the code. It properly formats lines that should not end with a '(' as suggested by checkpath.pl. > > > > > > > > > > Please properly line-wrap your changelog text like your editor asked you > > > > > to. > > > > > > > > > > Also, your subject line needs work, look at other commits for this > > > > > driver with: > > > > > git log --oneline drivers/staging/mt7621-dma/ > > > > > and notice how they say the driver name and the subsystem. > > > > > > > > > > Please fix up and resend a v2. > > > > > > > > > > thanks, > > > > > > > > > > greg k-h > > > > > > > > Do you mean I should line-wrap (at 72 columns) the entire thing or > > > > only that line? > > > > > > Your whole changelog text needs to be wrapped at 72 columns. > > > > > > Look at the 'git log' in the kernel tree for hundreds of thousands of > > > examples :) > > > > > > thanks, > > > > > > greg k-h > > > > Hi, so you mean only the change-log text (as in the text telling what > > changes have been made) needs to be wrapped at 72 columns but the code > > itself (the git diff) doesn't, right ? > > Yes, just the text that you add to the commit message. > Oh, wow, thank you. That's rather easy. You'll have it ASAP when I reach home Best Regards