All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
@ 2018-05-03  9:09 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-03  9:09 UTC (permalink / raw)
  To: Thomas Renninger, Shuah Khan, linux-pm; +Cc: kernel-janitors, linux-kernel

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) {
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
@ 2018-05-03  9:09 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-03  9:09 UTC (permalink / raw)
  To: Thomas Renninger, Shuah Khan, linux-pm; +Cc: kernel-janitors, linux-kernel

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) {
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
  2018-05-03  9:09 ` Colin King
@ 2018-05-04 19:43   ` Shuah Khan
  -1 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2018-05-04 19:43 UTC (permalink / raw)
  To: Colin King, Thomas Renninger, linux-pm
  Cc: kernel-janitors, linux-kernel, Shuah Khan

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename"
@ 2018-05-04 19:43   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2018-05-04 19:43 UTC (permalink / raw)
  To: Colin King, Thomas Renninger, linux-pm
  Cc: kernel-janitors, linux-kernel, Shuah Khan

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-04 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03  9:09 [PATCH] cpupower: fix spelling mistake: "logilename" -> "logfilename" Colin King
2018-05-03  9:09 ` Colin King
2018-05-04 19:43 ` Shuah Khan
2018-05-04 19:43   ` Shuah Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.