Re: [PATCH] scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

2025-04-08 Thread Philippe Mathieu-Daudé
On 8/4/25 18:27, Zhao Liu wrote: 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 --- scripts/checkpatch.pl | 4 +

Re: [PATCH] scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

2025-04-08 Thread Alex Bennée
Zhao Liu writes: > 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 Reviewed-by: Alex Bennée -- Alex

[PATCH] scripts/checkpatch: Fix typo in SPDX-License-Identifier keyword

2025-04-08 Thread Zhao Liu
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 --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+)