linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage"
@ 2018-10-13 15:27 Colin King
  2018-10-13 15:28 ` Colin Ian King
  2018-10-21 19:33 ` Sebastian Reichel
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2018-10-13 15:27 UTC (permalink / raw)
  To: Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in MODULE_DESCRIPTION text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/power/supply/ds2780_battery.c | 2 +-
 drivers/power/supply/ds2781_battery.c | 2 +-
 drivers/power/supply/ds2782_battery.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/power/supply/ds2780_battery.c b/drivers/power/supply/ds2780_battery.c
index 370e9109342b..cad14ba1b648 100644
--- a/drivers/power/supply/ds2780_battery.c
+++ b/drivers/power/supply/ds2780_battery.c
@@ -829,5 +829,5 @@ module_platform_driver(ds2780_battery_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Clifton Barnes <cabarnes@indesign-llc.com>");
-MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauage IC driver");
+MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC driver");
 MODULE_ALIAS("platform:ds2780-battery");
diff --git a/drivers/power/supply/ds2781_battery.c b/drivers/power/supply/ds2781_battery.c
index d1b5a19aae7c..5e794607f732 100644
--- a/drivers/power/supply/ds2781_battery.c
+++ b/drivers/power/supply/ds2781_battery.c
@@ -829,6 +829,6 @@ module_platform_driver(ds2781_battery_driver);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Renata Sayakhova <renata@oktetlabs.ru>");
-MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauage IC driver");
+MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC driver");
 MODULE_ALIAS("platform:ds2781-battery");
 
diff --git a/drivers/power/supply/ds2782_battery.c b/drivers/power/supply/ds2782_battery.c
index a1b7e0592245..019c58493e3d 100644
--- a/drivers/power/supply/ds2782_battery.c
+++ b/drivers/power/supply/ds2782_battery.c
@@ -471,5 +471,5 @@ static struct i2c_driver ds278x_battery_driver = {
 module_i2c_driver(ds278x_battery_driver);
 
 MODULE_AUTHOR("Ryan Mallon");
-MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauage IC driver");
+MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver");
 MODULE_LICENSE("GPL");
-- 
2.17.1


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

* Re: [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage"
  2018-10-13 15:27 [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage" Colin King
@ 2018-10-13 15:28 ` Colin Ian King
  2018-10-21 19:33 ` Sebastian Reichel
  1 sibling, 0 replies; 3+ messages in thread
From: Colin Ian King @ 2018-10-13 15:28 UTC (permalink / raw)
  To: Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

On 13/10/2018 16:27, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in MODULE_DESCRIPTION text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/power/supply/ds2780_battery.c | 2 +-
>  drivers/power/supply/ds2781_battery.c | 2 +-
>  drivers/power/supply/ds2782_battery.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/power/supply/ds2780_battery.c b/drivers/power/supply/ds2780_battery.c
> index 370e9109342b..cad14ba1b648 100644
> --- a/drivers/power/supply/ds2780_battery.c
> +++ b/drivers/power/supply/ds2780_battery.c
> @@ -829,5 +829,5 @@ module_platform_driver(ds2780_battery_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Clifton Barnes <cabarnes@indesign-llc.com>");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC driver");
>  MODULE_ALIAS("platform:ds2780-battery");
> diff --git a/drivers/power/supply/ds2781_battery.c b/drivers/power/supply/ds2781_battery.c
> index d1b5a19aae7c..5e794607f732 100644
> --- a/drivers/power/supply/ds2781_battery.c
> +++ b/drivers/power/supply/ds2781_battery.c
> @@ -829,6 +829,6 @@ module_platform_driver(ds2781_battery_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Renata Sayakhova <renata@oktetlabs.ru>");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC driver");
>  MODULE_ALIAS("platform:ds2781-battery");
>  
> diff --git a/drivers/power/supply/ds2782_battery.c b/drivers/power/supply/ds2782_battery.c
> index a1b7e0592245..019c58493e3d 100644
> --- a/drivers/power/supply/ds2782_battery.c
> +++ b/drivers/power/supply/ds2782_battery.c
> @@ -471,5 +471,5 @@ static struct i2c_driver ds278x_battery_driver = {
>  module_i2c_driver(ds278x_battery_driver);
>  
>  MODULE_AUTHOR("Ryan Mallon");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver");
>  MODULE_LICENSE("GPL");
> 

Oops, spelling mistake in title, should be "Gauge" and not "Guage".

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

* Re: [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage"
  2018-10-13 15:27 [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage" Colin King
  2018-10-13 15:28 ` Colin Ian King
@ 2018-10-21 19:33 ` Sebastian Reichel
  1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2018-10-21 19:33 UTC (permalink / raw)
  To: Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 2332 bytes --]

Hi,

On Sat, Oct 13, 2018 at 04:27:27PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in MODULE_DESCRIPTION text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Thanks, queued with typo in subject fixed.

-- Sebastian

>  drivers/power/supply/ds2780_battery.c | 2 +-
>  drivers/power/supply/ds2781_battery.c | 2 +-
>  drivers/power/supply/ds2782_battery.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/power/supply/ds2780_battery.c b/drivers/power/supply/ds2780_battery.c
> index 370e9109342b..cad14ba1b648 100644
> --- a/drivers/power/supply/ds2780_battery.c
> +++ b/drivers/power/supply/ds2780_battery.c
> @@ -829,5 +829,5 @@ module_platform_driver(ds2780_battery_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Clifton Barnes <cabarnes@indesign-llc.com>");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC driver");
>  MODULE_ALIAS("platform:ds2780-battery");
> diff --git a/drivers/power/supply/ds2781_battery.c b/drivers/power/supply/ds2781_battery.c
> index d1b5a19aae7c..5e794607f732 100644
> --- a/drivers/power/supply/ds2781_battery.c
> +++ b/drivers/power/supply/ds2781_battery.c
> @@ -829,6 +829,6 @@ module_platform_driver(ds2781_battery_driver);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Renata Sayakhova <renata@oktetlabs.ru>");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC driver");
>  MODULE_ALIAS("platform:ds2781-battery");
>  
> diff --git a/drivers/power/supply/ds2782_battery.c b/drivers/power/supply/ds2782_battery.c
> index a1b7e0592245..019c58493e3d 100644
> --- a/drivers/power/supply/ds2782_battery.c
> +++ b/drivers/power/supply/ds2782_battery.c
> @@ -471,5 +471,5 @@ static struct i2c_driver ds278x_battery_driver = {
>  module_i2c_driver(ds278x_battery_driver);
>  
>  MODULE_AUTHOR("Ryan Mallon");
> -MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver");
>  MODULE_LICENSE("GPL");
> -- 
> 2.17.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-10-21 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-13 15:27 [PATCH] power: supply: fix spelling mistake "Gauage" -> "Guage" Colin King
2018-10-13 15:28 ` Colin Ian King
2018-10-21 19:33 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).