On 05/03/2018 03:09 AM, Colin King wrote:
> From: Colin Ian King <colin.k...@canonical.com>
> 
> Trivial fix to spelling mistake in dprintf message
> 
> Signed-off-by: Colin Ian King <colin.k...@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

Reply via email to