summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler@gmail.com>2014-12-25 16:04:41 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 15:49:21 -0800
commit0c5754178d8b39e5709da82873f0a6d975ea92f5 (patch)
treeecbf6448111a40f2a03567938ad59439094ba82a /tools/perf/scripts/python/Perf-Trace-Util
parent3f3af378f5d7e9085496a064ef2b0c3b35a8a62c (diff)
staging: lustre: use min/max instead of MIN/MAX, simple cases
Custom MIN/MAX operations are being used which are not as robust as the built in min/max operations which will warn about potentially problematic type comparisons. For the simple cases, where no type warning is produced, simply replace MIN/MAX with min/max. Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions