On Thu, Dec 3, 2020 at 8:10 PM Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> wrote: > > On Thu, Dec 3, 2020 at 3:02 AM KP Singh <kpsingh@xxxxxxxxxxxx> wrote: > > > > On Thu, Dec 3, 2020 at 6:46 AM Andrii Nakryiko > > <andrii.nakryiko@xxxxxxxxx> wrote: > > > > > > On Wed, Dec 2, 2020 at 4:58 PM KP Singh <kpsingh@xxxxxxxxxxxx> wrote: > > > > > > > > From: KP Singh <kpsingh@xxxxxxxxxx> > > > > > > > > > > Commit message is missing completely. > > > > I thought the subject is enough in this case to explain that we are > > re-indenting the file. > > If there is nothing to add just copy paste the subject into commit log. > > > I can explain that this was missed because checkpatch.pl did not > > complain about shell > > scripts and that we would like to be consistent with the other shells scripts. > > checkpatch is a guidance. It's not a must have requirement. > It works both ways. Sometimes we ignore checkpatch complaints. > Sometimes we ask for things that checkpatch doesn't know about. Agreed, I, personally, just missed it because my editor did a weird thing and I was relying too much on checkpatch. > > Please respin at your earliest convenience. CI is suffering at the moment. > It needs to be unbroken soon. Done. I was aware of the CI being broken :) thus this shabby work on the cover letter and commit message (not really an excuse though). Also, as mentioned previously, we will script and allow users to run the tests in a CI equivalent environment so that it spares us of this pain. That's next on my TODO list. - KP