diff --git a/[refs] b/[refs] index 17bf064090df..9d9051661f16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d1c2f72a9464c9880054194af0c041d7beb9124 +refs/heads/master: 30ecad51849ae132dc6ef6ddb62d499c7257515b diff --git a/trunk/scripts/checkpatch.pl b/trunk/scripts/checkpatch.pl index 9d761c95eca2..3dfc47134e51 100755 --- a/trunk/scripts/checkpatch.pl +++ b/trunk/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); } }