All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpupowerutils: fix spelling mistake "dependant" -> "dependent"
@ 2020-08-10 10:21 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2020-08-10 10:21 UTC (permalink / raw)
  To: Thomas Renninger, Shuah Khan, linux-pm; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c
index e5e926f46d6b..befd837f07f8 100644
--- a/tools/power/cpupower/debug/i386/intel_gsic.c
+++ b/tools/power/cpupower/debug/i386/intel_gsic.c
@@ -71,7 +71,7 @@ int main (void)
 		printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
 		printf("\nUnfortunately, you have to know what exactly are "
 		       "smi_cmd and smi_port, and this\nis system "
-		       "dependant.\n");
+		       "dependent.\n");
 	}
 	return 1;
 }
-- 
2.27.0


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

* [PATCH] cpupowerutils: fix spelling mistake "dependant" -> "dependent"
@ 2020-08-10 10:21 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2020-08-10 10:21 UTC (permalink / raw)
  To: Thomas Renninger, Shuah Khan, linux-pm; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c
index e5e926f46d6b..befd837f07f8 100644
--- a/tools/power/cpupower/debug/i386/intel_gsic.c
+++ b/tools/power/cpupower/debug/i386/intel_gsic.c
@@ -71,7 +71,7 @@ int main (void)
 		printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
 		printf("\nUnfortunately, you have to know what exactly are "
 		       "smi_cmd and smi_port, and this\nis system "
-		       "dependant.\n");
+		       "dependent.\n");
 	}
 	return 1;
 }
-- 
2.27.0

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

* Re: [PATCH] cpupowerutils: fix spelling mistake "dependant" -> "dependent"
  2020-08-10 10:21 ` Colin King
@ 2020-08-10 20:36   ` Shuah Khan
  -1 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2020-08-10 20:36 UTC (permalink / raw)
  To: Colin King, Thomas Renninger, Shuah Khan, linux-pm
  Cc: kernel-janitors, linux-kernel, Rafael J. Wysocki, skhan

On 8/10/20 4:21 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c
> index e5e926f46d6b..befd837f07f8 100644
> --- a/tools/power/cpupower/debug/i386/intel_gsic.c
> +++ b/tools/power/cpupower/debug/i386/intel_gsic.c
> @@ -71,7 +71,7 @@ int main (void)
>   		printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
>   		printf("\nUnfortunately, you have to know what exactly are "
>   		       "smi_cmd and smi_port, and this\nis system "
> -		       "dependant.\n");
> +		       "dependent.\n");
>   	}
>   	return 1;
>   }
> 

Thanks for the patch. Applied to 
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git cpupower 
branch and will be included in
  my next pull request to Rafael.

thanks,
-- Shuah

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

* Re: [PATCH] cpupowerutils: fix spelling mistake "dependant" -> "dependent"
@ 2020-08-10 20:36   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2020-08-10 20:36 UTC (permalink / raw)
  To: Colin King, Thomas Renninger, Shuah Khan, linux-pm
  Cc: kernel-janitors, linux-kernel, Rafael J. Wysocki, skhan

On 8/10/20 4:21 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   tools/power/cpupower/debug/i386/intel_gsic.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c
> index e5e926f46d6b..befd837f07f8 100644
> --- a/tools/power/cpupower/debug/i386/intel_gsic.c
> +++ b/tools/power/cpupower/debug/i386/intel_gsic.c
> @@ -71,7 +71,7 @@ int main (void)
>   		printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
>   		printf("\nUnfortunately, you have to know what exactly are "
>   		       "smi_cmd and smi_port, and this\nis system "
> -		       "dependant.\n");
> +		       "dependent.\n");
>   	}
>   	return 1;
>   }
> 

Thanks for the patch. Applied to 
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux.git cpupower 
branch and will be included in
  my next pull request to Rafael.

thanks,
-- Shuah

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

end of thread, other threads:[~2020-08-10 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 10:21 [PATCH] cpupowerutils: fix spelling mistake "dependant" -> "dependent" Colin King
2020-08-10 10:21 ` Colin King
2020-08-10 20:36 ` Shuah Khan
2020-08-10 20:36   ` 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.