On Wed, Nov 12, 2025 at 07:33:51PM +0000, Mark Brown wrote:
On Wed, Nov 12, 2025 at 02:20:19PM -0500, Greg KH wrote:
Also please do not wrap lines of fixes tags.
Someone probably ought to teach checkpatch about that one, it moans about long lines without checking for Fixes: IIRC.
I can recall this issue, too... I checked how to reproduce and fix this but it seems it's already done: I couldn't reproduce it. I'm getting this for breaking a Fixes: line:
WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: ...
It basically now checks the subject matches with the quoted string.
So all is well!