All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] power/supply/bq24190_charger: convert comma to semicolon
@ 2020-12-14 13:40 Zheng Yongjun
  2021-01-16 11:43 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Yongjun @ 2020-12-14 13:40 UTC (permalink / raw)
  To: sre, linux-pm, linux-kernel; +Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/power/supply/bq24190_charger.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c
index d14186525e1e..00c4f335481f 100644
--- a/drivers/power/supply/bq24190_charger.c
+++ b/drivers/power/supply/bq24190_charger.c
@@ -1757,7 +1757,7 @@ static int bq24190_probe(struct i2c_client *client,
 	charger_cfg.drv_data = bdi;
 	charger_cfg.of_node = dev->of_node;
 	charger_cfg.supplied_to = bq24190_charger_supplied_to;
-	charger_cfg.num_supplicants = ARRAY_SIZE(bq24190_charger_supplied_to),
+	charger_cfg.num_supplicants = ARRAY_SIZE(bq24190_charger_supplied_to);
 	bdi->charger = power_supply_register(dev, &bq24190_charger_desc,
 						&charger_cfg);
 	if (IS_ERR(bdi->charger)) {
-- 
2.22.0


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

* Re: [PATCH -next] power/supply/bq24190_charger: convert comma to semicolon
  2020-12-14 13:40 [PATCH -next] power/supply/bq24190_charger: convert comma to semicolon Zheng Yongjun
@ 2021-01-16 11:43 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2021-01-16 11:43 UTC (permalink / raw)
  To: Zheng Yongjun; +Cc: linux-pm, linux-kernel

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

Hi,

On Mon, Dec 14, 2020 at 09:40:54PM +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/bq24190_charger.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/bq24190_charger.c b/drivers/power/supply/bq24190_charger.c
> index d14186525e1e..00c4f335481f 100644
> --- a/drivers/power/supply/bq24190_charger.c
> +++ b/drivers/power/supply/bq24190_charger.c
> @@ -1757,7 +1757,7 @@ static int bq24190_probe(struct i2c_client *client,
>  	charger_cfg.drv_data = bdi;
>  	charger_cfg.of_node = dev->of_node;
>  	charger_cfg.supplied_to = bq24190_charger_supplied_to;
> -	charger_cfg.num_supplicants = ARRAY_SIZE(bq24190_charger_supplied_to),
> +	charger_cfg.num_supplicants = ARRAY_SIZE(bq24190_charger_supplied_to);
>  	bdi->charger = power_supply_register(dev, &bq24190_charger_desc,
>  						&charger_cfg);
>  	if (IS_ERR(bdi->charger)) {
> -- 
> 2.22.0
> 

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

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

end of thread, other threads:[~2021-01-16 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 13:40 [PATCH -next] power/supply/bq24190_charger: convert comma to semicolon Zheng Yongjun
2021-01-16 11:43 ` 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.