X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=3dfc47134e51e9cbee67aab2490360927ff7c0f4;hb=9c48f1c629ecfa1;hp=9d761c95eca2988e0ff227baa8619b684d6eb33a;hpb=40bb96ade4ef1549f387625589175def31dc9023;p=karo-tx-linux.git 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); } }