Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63030 )
Change subject: checkpatch.conf: Disable gerrit change ID for coreboot ......................................................................
checkpatch.conf: Disable gerrit change ID for coreboot
The GERRIT_CHANGE_ID Error is useful for the linux flow, but since coreboot uses gerrit, giving an error on the ID doesn't make sense.
Change-Id: I7f6efb5559027ed9497ee85497bb4b4e786f9901 Signed-off-by: Martin Roth martin@coreboot.org --- M .checkpatch.conf 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/63030/1
diff --git a/.checkpatch.conf b/.checkpatch.conf index 95019d1..dbb1aaa 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -22,6 +22,7 @@ --ignore PRINTK_WITHOUT_KERN_LEVEL --ignore ASSIGN_IN_IF --ignore UNNECESSARY_ELSE +--ignore GERRIT_CHANGE_ID
# FILE_PATH_CHANGES seems to not be working correctly. It will # choke on added / deleted files even if the MAINTAINERS file