2020-11-12 21:01:29

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: Fixes tag needs some work in the usb-chipidea-fixes tree

Hi all,

In commit

3d4ee0b42f65 ("usb: cdns3: gadget: initialize link_trb as NULL")

Fixes tag

Fixes: 4e218882eb5a ("usb: cdns3: gadget: improve the dump TRB operation

has these problem(s):

- Subject has leading but no trailing parentheses
- Subject has leading but no trailing quotes

Please do not split Fixes tags over more than one line.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-11-13 01:23:06

by Peter Chen

[permalink] [raw]
Subject: RE: linux-next: Fixes tag needs some work in the usb-chipidea-fixes tree


>
> In commit
>
> 3d4ee0b42f65 ("usb: cdns3: gadget: initialize link_trb as NULL")
>
> Fixes tag
>
> Fixes: 4e218882eb5a ("usb: cdns3: gadget: improve the dump TRB operation
>
> has these problem(s):
>
> - Subject has leading but no trailing parentheses
> - Subject has leading but no trailing quotes
>
> Please do not split Fixes tags over more than one line.
>
> --

Thanks, Stephen. I fixed it.
I wonder if checkpatch.pl could report this issue?

Peter