lkml.org 
[lkml]   [2018]   [May]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
From
Date
On 05/03/2018 03:09 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dprintf message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/power/cpupower/bench/parse.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/power/cpupower/bench/parse.c b/tools/power/cpupower/bench/parse.c
> index 9b65f052081f..9ba8a44ad2a7 100644
> --- a/tools/power/cpupower/bench/parse.c
> +++ b/tools/power/cpupower/bench/parse.c
> @@ -104,7 +104,7 @@ FILE *prepare_output(const char *dirname)
> dirname, time(NULL));
> }
>
> - dprintf("logilename: %s\n", filename);
> + dprintf("logfilename: %s\n", filename);
>
> output = fopen(filename, "w+");
> if (output == NULL) {
>

Thanks. I will send this for 4.18-rc1

-- Shuah

\
 
 \ /
  Last update: 2018-05-04 21:44    [W:0.079 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site