diff options
author | 2015-07-27 17:58:06 +0530 | |
---|---|---|
committer | 2015-09-07 23:52:28 +0200 | |
commit | 63431f789c957cebcffeb51953dfaeb7f1ddd827 (patch) | |
tree | 496fe5d7cc79202828a9a01296b4125e74c0ec2d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpufreq: staticize cpufreq_cpu_get_raw() (diff) | |
download | wireguard-linux-63431f789c957cebcffeb51953dfaeb7f1ddd827.tar.xz wireguard-linux-63431f789c957cebcffeb51953dfaeb7f1ddd827.zip |
cpufreq: Use __func__ to print function's name
Its better to use __func__ to print functions name instead of writing
the name in the print statement. This also has the advantage that a
change in function's name doesn't force us to change the print message
as well.
Reviewed-by: Preeti U Murthy <preeti@linux.vnet.ibm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions