diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-10-13 01:07:27 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-10-14 09:19:58 +0000 |
commit | 04bf41b5aa3001395e6d89ab1b0a0531b85c626f (patch) | |
tree | 597ccfaf6716d358d4c69fe67faaf472aff46add /util | |
parent | 41e66ac38fdca75a982756b8478bd5ec1e3b9c72 (diff) |
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>
Diffstat (limited to 'util')
-rwxr-xr-x | util/lint/lint-008-kconfig | 2 | ||||
-rwxr-xr-x | util/lint/lint-stable-008-kconfig | 2 | ||||
-rwxr-xr-x | util/lint/lint-stable-009-old-licenses | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/lint/lint-008-kconfig b/util/lint/lint-008-kconfig index 1adb68fafa..31aba55e92 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 79e2a86c0c..3b204fbd57 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 f5c1f4143e..d2aff3a83a 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="\ |