linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Zheng Yongjun <zhengyongjun3@huawei.com>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] power: supply: ab8500_fg: convert comma to semicolon
Date: Sat, 16 Jan 2021 12:43:48 +0100	[thread overview]
Message-ID: <20210116114348.x5erkpwwzwfyowy3@earth.universe> (raw)
In-Reply-To: <20201214134000.4243-1-zhengyongjun3@huawei.com>

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

Hi,

On Mon, Dec 14, 2020 at 09:40:00PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.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 592a73d4dde6..6594f09c993c 100644
> --- a/drivers/power/supply/ab8500_fg.c
> +++ b/drivers/power/supply/ab8500_fg.c
> @@ -857,7 +857,7 @@ static int ab8500_fg_volt_to_capacity(struct ab8500_fg *di, int voltage)
>  	const struct abx500_v_to_cap *tbl;
>  	int cap = 0;
>  
> -	tbl = di->bm->bat_type[di->bm->batt_id].v_to_cap_tbl,
> +	tbl = di->bm->bat_type[di->bm->batt_id].v_to_cap_tbl;
>  	tbl_size = di->bm->bat_type[di->bm->batt_id].n_v_cap_tbl_elements;
>  
>  	for (i = 0; i < tbl_size; ++i) {
> -- 
> 2.22.0
> 

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

      reply	other threads:[~2021-01-16 11:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 13:40 [PATCH -next] power: supply: ab8500_fg: convert comma to semicolon Zheng Yongjun
2021-01-16 11:43 ` Sebastian Reichel [this message]

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=20210116114348.x5erkpwwzwfyowy3@earth.universe \
    --to=sebastian.reichel@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=zhengyongjun3@huawei.com \
    /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 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).