diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:51:15 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-08-29 09:49:26 -0600 |
commit | 828f369d76d16bffa97133f6f63a64c13a401953 (patch) | |
tree | ecee571a8b45ae5dbf3df4bafe4a6df2af4431c5 /tools/power/cpupower | |
parent | a55aa89aab90fae7c815b0551b07be37db359d76 (diff) | |
download | blackbird-op-linux-828f369d76d16bffa97133f6f63a64c13a401953.tar.gz blackbird-op-linux-828f369d76d16bffa97133f6f63a64c13a401953.zip |
cpupower: Add missing newline at end of file
"git diff" says:
\ No newline at end of file
after modifying the files.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r-- | tools/power/cpupower/bench/cpufreq-bench_plot.sh | 2 | ||||
-rw-r--r-- | tools/power/cpupower/bench/cpufreq-bench_script.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/power/cpupower/bench/cpufreq-bench_plot.sh b/tools/power/cpupower/bench/cpufreq-bench_plot.sh index 9061b4f1244e..f5f8b3c8f062 100644 --- a/tools/power/cpupower/bench/cpufreq-bench_plot.sh +++ b/tools/power/cpupower/bench/cpufreq-bench_plot.sh @@ -88,4 +88,4 @@ done echo >> $dir/plot_script.gpl gnuplot $dir/plot_script.gpl -rm -r $dir
\ No newline at end of file +rm -r $dir diff --git a/tools/power/cpupower/bench/cpufreq-bench_script.sh b/tools/power/cpupower/bench/cpufreq-bench_script.sh index 4e9714b876d2..785a3679c704 100644 --- a/tools/power/cpupower/bench/cpufreq-bench_script.sh +++ b/tools/power/cpupower/bench/cpufreq-bench_script.sh @@ -85,4 +85,4 @@ function create_plots() } measure -create_plots
\ No newline at end of file +create_plots |