All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
@ 2018-03-28 22:48 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-03-28 22:48 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 dev_dbg message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/power/supply/ab8500_fg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index c569f82a0071..993898d1712f 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -1408,7 +1408,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
 static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
 	enum ab8500_fg_discharge_state new_state)
 {
-	dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
+	dev_dbg(di->dev, "Discharge state from %d [%s] to %d [%s]\n",
 		di->discharge_state,
 		discharge_state[di->discharge_state],
 		new_state,
-- 
2.15.1

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

* [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
@ 2018-03-28 22:48 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-03-28 22:48 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 dev_dbg message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/power/supply/ab8500_fg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index c569f82a0071..993898d1712f 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -1408,7 +1408,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
 static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
 	enum ab8500_fg_discharge_state new_state)
 {
-	dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
+	dev_dbg(di->dev, "Discharge state from %d [%s] to %d [%s]\n",
 		di->discharge_state,
 		discharge_state[di->discharge_state],
 		new_state,
-- 
2.15.1


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

* Re: [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
  2018-03-28 22:48 ` Colin King
@ 2018-04-25 21:46   ` Sebastian Reichel
  -1 siblings, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2018-04-25 21:46 UTC (permalink / raw)
  To: Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel

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

Hi,

On Wed, Mar 28, 2018 at 11:48:50PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_dbg message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/ab8500_fg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
> index c569f82a0071..993898d1712f 100644
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -1408,7 +1408,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
>  static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
>  	enum ab8500_fg_discharge_state new_state)
>  {
> -	dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
> +	dev_dbg(di->dev, "Discharge state from %d [%s] to %d [%s]\n",
>  		di->discharge_state,
>  		discharge_state[di->discharge_state],
>  		new_state,
> -- 
> 2.15.1
> 

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

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

* Re: [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
@ 2018-04-25 21:46   ` Sebastian Reichel
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Reichel @ 2018-04-25 21:46 UTC (permalink / raw)
  To: Colin King; +Cc: linux-pm, kernel-janitors, linux-kernel

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

Hi,

On Wed, Mar 28, 2018 at 11:48:50PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_dbg message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Thanks, queued.

-- Sebastian

>  drivers/power/supply/ab8500_fg.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
> index c569f82a0071..993898d1712f 100644
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -1408,7 +1408,7 @@ static void ab8500_fg_charge_state_to(struct ab8500_fg *di,
>  static void ab8500_fg_discharge_state_to(struct ab8500_fg *di,
>  	enum ab8500_fg_discharge_state new_state)
>  {
> -	dev_dbg(di->dev, "Disharge state from %d [%s] to %d [%s]\n",
> +	dev_dbg(di->dev, "Discharge state from %d [%s] to %d [%s]\n",
>  		di->discharge_state,
>  		discharge_state[di->discharge_state],
>  		new_state,
> -- 
> 2.15.1
> 

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

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

end of thread, other threads:[~2018-04-25 21:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 22:48 [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge" Colin King
2018-03-28 22:48 ` Colin King
2018-04-25 21:46 ` Sebastian Reichel
2018-04-25 21:46   ` Sebastian Reichel

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.