Skip to content

Commit a3cd306

Browse files
Martin RothMartin Roth
Martin Roth
authored and
Martin Roth
committed
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 <[email protected]> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63030 Tested-by: build bot (Jenkins) <[email protected]> Reviewed-by: Elyes Haouas <[email protected]> Reviewed-by: Felix Singer <[email protected]> Reviewed-by: Subrata Banik <[email protected]>
1 parent cfe9253 commit a3cd306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.checkpatch.conf

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
--ignore PRINTK_WITHOUT_KERN_LEVEL
2323
--ignore ASSIGN_IN_IF
2424
--ignore UNNECESSARY_ELSE
25+
--ignore GERRIT_CHANGE_ID
2526

2627
# FILE_PATH_CHANGES seems to not be working correctly. It will
2728
# choke on added / deleted files even if the MAINTAINERS file

0 commit comments

Comments
 (0)