diff options
| author | 2017-10-11 15:39:38 +0200 | |
|---|---|---|
| committer | 2017-10-11 15:39:38 +0200 | |
| commit | 8af4b3d7044d83c5426da6e45a9c7948bc7fa231 (patch) | |
| tree | 76e15a6cea6b526fe30c679f6e9bf60b08acf983 /scripts/checkpatch.pl | |
| parent | Merge back suspend/resume/hibernate material for v4.15. (diff) | |
| parent | ACPI / PM: Split code validating need for runtime resume in ->prepare() (diff) | |
Merge branch 'acpi-pm' into pm-sleep
Diffstat (limited to 'scripts/checkpatch.pl')
| -rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index dd2c262aebbf..8b80bac055e4 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -6390,7 +6390,7 @@ sub process { exit(0); } - if (!$is_patch && $file !~ /cover-letter\.patch$/) { + if (!$is_patch && $filename !~ /cover-letter\.patch$/) { ERROR("NOT_UNIFIED_DIFF", "Does not appear to be a unified-diff format patch\n"); } |
