Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46109 )
Change subject: util: update max line length to 96 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/46109/1/util/lint/checkpatch.pl File util/lint/checkpatch.pl:
https://review.coreboot.org/c/coreboot/+/46109/1/util/lint/checkpatch.pl@54 PS1, Line 54: my $max_line_length = 96; This is not correct. You should be updating .checkpatch.conf to set max-line-length to 96 instead of directly changing this file.