[coreboot-gerrit] New patch to review for coreboot: lint: rename lint-006-checkpatch because board name is lint-006

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Jan 11 22:35:59 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12901

-gerrit

commit b1f5c9f882aaedd523eb60a9d906848c3b1e0e58
Author: Martin Roth <martinroth at google.com>
Date:   Mon Jan 11 13:49:20 2016 -0700

    lint: rename lint-006-checkpatch because board name is lint-006
    
    Checkpatch should be 007.
    
    Change-Id: Ib71c50ad1a63a3a743391cd8fea9f79cd08ef6f3
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/lint/lint-006-checkpatch | 23 -----------------------
 util/lint/lint-007-checkpatch | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/util/lint/lint-006-checkpatch b/util/lint/lint-006-checkpatch
deleted file mode 100755
index 9d9d96e..0000000
--- a/util/lint/lint-006-checkpatch
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-# This file is part of the coreboot project.
-#
-# Copyright 2015 Google Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# DESCR: Checkpatch on all .c and .h files in the tree
-
-LC_ALL=C export LC_ALL
-util/lint/checkpatch.pl --show-types --file $( git ls-files \*.[ch] | \
-	grep -v ^payloads/libpayload/util/kconfig | \
-	grep -v ^payloads/libpayload/curses/PDCurses-3.4 | \
-	grep -v ^payloads/coreinfo/util/kconfig | \
-	grep -v ^util/kconfig \
-	)
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
new file mode 100755
index 0000000..9d9d96e
--- /dev/null
+++ b/util/lint/lint-007-checkpatch
@@ -0,0 +1,23 @@
+#!/bin/sh
+# This file is part of the coreboot project.
+#
+# Copyright 2015 Google Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# DESCR: Checkpatch on all .c and .h files in the tree
+
+LC_ALL=C export LC_ALL
+util/lint/checkpatch.pl --show-types --file $( git ls-files \*.[ch] | \
+	grep -v ^payloads/libpayload/util/kconfig | \
+	grep -v ^payloads/libpayload/curses/PDCurses-3.4 | \
+	grep -v ^payloads/coreinfo/util/kconfig | \
+	grep -v ^util/kconfig \
+	)



More information about the coreboot-gerrit mailing list