Merge branch 'master' into for-next
Fast-forward merge with Linus to be able to merge patches based on more recent version of the tree.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user