On 2/12/20 9:49 PM, Stephen Rothwell wrote: > Hi all, > > In commit > > 5ebdffd25098 ("HID: core: fix off-by-one memset in hid_report_raw_event()") > > Fixes tag > > Fixes: 966922f26c7f ("HID: fix a crash in hid_report_raw_event() > > has these problem(s): > > - Subject has leading but no trailing quotes > > Please do not split Fixes tags over more than one line. > Sorry about this. The checkpatch.pl script initially did complain about the format of my commit references in v1: "ERROR: Please use git commit description style" But it only complained about number of characters in SHA, it did not mention anything about line break. I will take care not to introduce these line breaks in future commits, but it would be nice if checkpatch.pl could check for this. Johan