[coreboot-gerrit] New patch to review for coreboot: lint: don't check for whitespace in jpeg images

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Oct 27 22:21:17 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12182

-gerrit

commit 974eb038af4654112f619ebf8b83df790e93dc8e
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sun Aug 9 18:30:21 2015 +0200

    lint: don't check for whitespace in jpeg images
    
    Change-Id: I0e1bbb198be6512e9f696c3dddca7f65436e6f5b
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/lint/lint-stable-003-whitespace | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index 3f60040..75eb9f2 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -19,5 +19,5 @@
 # DESCR: Check for superfluous whitespace in the tree
 
 LC_ALL=C export LC_ALL
-grep -l "[[:space:]][[:space:]]*$" `git ls-files src util |egrep -v "(^3rdparty|^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$)"` | \
+grep -l "[[:space:]][[:space:]]*$" `git ls-files src util |egrep -v "(^3rdparty|^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch$|\.bin$|\.hex$|\.jpg$)"` | \
 	sed -e "s,^.*$,File & has lines ending with whitespace.,"



More information about the coreboot-gerrit mailing list