diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checkpatch.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 83b59fb443..6ae9d7febe 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -1691,8 +1691,8 @@ sub process { "'SPDX-License-Identifer'"); } else { # Other files MAY have SPDX license if appropriate - WARNING("Does new file '$expect_spdx_file' need " . - "'SPDX-License-Identifer'?"); + WARN("Does new file '$expect_spdx_file' need " . + "'SPDX-License-Identifer'?"); } } $expect_spdx = 1; |