Angel Pons has uploaded this change for review.

View Change

util/lint: Capitalise lint descriptions

Most test descriptions are capitalised already. Follow suit.

Change-Id: I756331323a39643244c4adea4c440f305424d6d1
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
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(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/46321/1
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: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-MessageType: newchange