]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword
authorZhao Liu <zhao1.liu@intel.com>
Tue, 8 Apr 2025 16:27:02 +0000 (00:27 +0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 8 Apr 2025 18:46:10 +0000 (20:46 +0200)
commitae81527b431e235b7f81a400b9a6a27b798c40b3
tree00c216b51bb512eb1e0f31e1287cf045696c5c04
parent8c996e32712820d6d1e62ba6436424d0ba837d96
scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

Fix the typo in the error message to help `grep` the example:

ERROR: New file '***' requires 'SPDX-License-Identifer'

Fixes: fa4d79c64dae ("scripts: mandate that new files have SPDX-License-Identifier")
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250408162702.2350565-1-zhao1.liu@intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
scripts/checkpatch.pl