All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: linux-pm@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
Date: Wed, 25 Apr 2018 23:46:47 +0200	[thread overview]
Message-ID: <20180425214647.j3tdfp7laldwmvjg@earth.universe> (raw)
In-Reply-To: <20180328224850.27833-1-colin.king@canonical.com>

[-- 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 --]

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Reichel <sre@kernel.org>
To: Colin King <colin.king@canonical.com>
Cc: linux-pm@vger.kernel.org, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] power: supply: ab8500_fg: fix spelling mistake: "Disharge" -> "Discharge"
Date: Wed, 25 Apr 2018 21:46:47 +0000	[thread overview]
Message-ID: <20180425214647.j3tdfp7laldwmvjg@earth.universe> (raw)
In-Reply-To: <20180328224850.27833-1-colin.king@canonical.com>

[-- 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 --]

  reply	other threads:[~2018-04-25 21:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2018-04-25 21:46   ` Sebastian Reichel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180425214647.j3tdfp7laldwmvjg@earth.universe \
    --to=sre@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.