Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve HAOUAS Elyes: Looks good to me, but someone else must approve Matt DeVillier: Looks good to me, but someone else must approve
util/lint: Capitalise lint descriptions

Most test descriptions are capitalised already. Follow suit.

Change-Id: I756331323a39643244c4adea4c440f305424d6d1
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46321
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
---
M util/lint/lint-008-kconfig
M util/lint/lint-stable-008-kconfig
M util/lint/lint-stable-009-old-licenses
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/lint/lint-008-kconfig b/util/lint/lint-008-kconfig
index 1adb68f..31aba55 100755
--- a/util/lint/lint-008-kconfig
+++ b/util/lint/lint-008-kconfig
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only

-# DESCR: check Kconfig files for warnings and errors
+# DESCR: Check Kconfig files for warnings and errors

LC_ALL=C export LC_ALL

diff --git a/util/lint/lint-stable-008-kconfig b/util/lint/lint-stable-008-kconfig
index 79e2a86..3b204fb 100755
--- a/util/lint/lint-stable-008-kconfig
+++ b/util/lint/lint-stable-008-kconfig
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only

-# DESCR: check Kconfig files for errors
+# DESCR: Check Kconfig files for errors

LC_ALL=C export LC_ALL

diff --git a/util/lint/lint-stable-009-old-licenses b/util/lint/lint-stable-009-old-licenses
index f5c1f41..d2aff3a 100755
--- a/util/lint/lint-stable-009-old-licenses
+++ b/util/lint/lint-stable-009-old-licenses
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-2.0-only

-# DESCR: verify that files don't have the old style header
+# DESCR: Verify that files don't have the old style header

# regex list of files and directories to exclude from the search
HEADER_EXCLUDED="\

To view, visit change 46321. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I756331323a39643244c4adea4c440f305424d6d1
Gerrit-Change-Number: 46321
Gerrit-PatchSet: 4
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged