diff options
| author | 2011-08-29 16:08:51 +0900 | |
|---|---|---|
| committer | 2011-08-29 16:08:51 +0900 | |
| commit | b9a3acf46afdafc601947136f63e9dd228cd86e8 (patch) | |
| tree | 2b206b6d3c51f673c94fbcdf03df2a699e7110d2 /scripts/checkpatch.pl | |
| parent | sh: ecovec: add renesas_usbhs DMAEngine support (diff) | |
| parent | sh: fix the compile error in setup-sh7757.c (diff) | |
Merge branch 'sh/stable-updates' into sh-latest
Diffstat (limited to 'scripts/checkpatch.pl')
| -rwxr-xr-x | scripts/checkpatch.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 9d761c95eca2..3dfc47134e51 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -2574,7 +2574,8 @@ sub process { } else { $cast = $cast2; } - WARN("$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . $herecurr); + WARN("MINMAX", + "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . $herecurr); } } |
