Re: [PATCH] checkpatch: Add test for commit id formatting style in commit log
From: Joe Lawrence
Date: Wed Aug 27 2014 - 13:20:54 EST
> Try to standardize on a 12 character long lower case
> commit id along with a description of parentheses and
> the quoted subject line
>
> ie: commit 0123456789ab ("commit description")
Hi Joe / Andrew,
I don't know if checkpatch is built for multiline regex, but I noticed
that this new check complained about the following commit message:
...
The PCI register read checking introduced in commit fe1b806f4f71
("qla2xxx: Disable adapter when we encounter a PCI disconnect") is
...
where 'commit hash ("message")' is split on multiple lines.
Dunno if that behavior is easily fixed, but thought I would report it.
Regards,
-- Joe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/