summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-02-25 05:48:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-12 09:09:09 +0300
commit9f1c427d8093a97f356612c933f12f3b9f0bc9de (patch)
treeeecb4360c4e19bc85d5200ba932f333da2d950ef /tools/perf/scripts/python/export-to-sqlite.py
parentdcce1c7c083d80a8230270eb264c90a8d767131f (diff)
downloadlinux-9f1c427d8093a97f356612c933f12f3b9f0bc9de.tar.xz
staging: android: Replace min_t/max_t with min/max
Replace min_t/max_t with min/max when both variables are of the same type. The Coccinelle semantic patch used to make this change is as follows: @@ type T; T a,b; @@ - min_t(T, a, b) + min(a, b) @@ type T; T a,b; @@ - max_t(T, a, b) + max(a, b) Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions