[coreboot-gerrit] Patch set updated for coreboot: feea369 lint: exclude nvidia submodule from file list

Werner Zeh (werner.zeh@siemens.com) gerrit at coreboot.org
Thu Feb 12 09:04:55 CET 2015


Werner Zeh (werner.zeh at siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8372

-gerrit

commit feea3699a334c877bba7ae334e4505094951c92e
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Thu Feb 5 23:38:45 2015 +0100

    lint: exclude nvidia submodule from file list
    
    From git's point of view submodules are a weird third thing between file
    and directory. Avoid trying to apply file handling on a directory.
    
    Change-Id: Ibbc9c28e1657d96413c5fb08705d30e25171254d
    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 22c5c3c..47853ba 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -19,6 +19,6 @@
 # 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/|\<COPYING\>|\<LICENSE\>|\<README\>|_shipped$|\.patch|\.bin$)"` | \
+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$)"` | \
 	sed -e "s,^.*$,File & has lines ending with whitespace.,"
 



More information about the coreboot-gerrit mailing list