linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] power: supply: fix spelling mistake "charing" -> "charging"
@ 2023-02-14  9:24 Colin Ian King
  2023-02-14 21:59 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-02-14  9:24 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Sebastian Reichel,
	linux-arm-msm, linux-pm
  Cc: kernel-janitors, linux-kernel

There are spelling mistakes in dev_err_probe messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/power/supply/qcom_battmgr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/power/supply/qcom_battmgr.c b/drivers/power/supply/qcom_battmgr.c
index ec31f887184f..5c2353241099 100644
--- a/drivers/power/supply/qcom_battmgr.c
+++ b/drivers/power/supply/qcom_battmgr.c
@@ -1367,7 +1367,7 @@ static int qcom_battmgr_probe(struct auxiliary_device *adev,
 		battmgr->wls_psy = devm_power_supply_register(dev, &sc8280xp_wls_psy_desc, &psy_cfg_supply);
 		if (IS_ERR(battmgr->wls_psy))
 			return dev_err_probe(dev, PTR_ERR(battmgr->wls_psy),
-					     "failed to register wireless charing power supply\n");
+					     "failed to register wireless charging power supply\n");
 	} else {
 		battmgr->bat_psy = devm_power_supply_register(dev, &sm8350_bat_psy_desc, &psy_cfg);
 		if (IS_ERR(battmgr->bat_psy))
@@ -1382,7 +1382,7 @@ static int qcom_battmgr_probe(struct auxiliary_device *adev,
 		battmgr->wls_psy = devm_power_supply_register(dev, &sm8350_wls_psy_desc, &psy_cfg_supply);
 		if (IS_ERR(battmgr->wls_psy))
 			return dev_err_probe(dev, PTR_ERR(battmgr->wls_psy),
-					     "failed to register wireless charing power supply\n");
+					     "failed to register wireless charging power supply\n");
 	}
 
 	battmgr->client = devm_pmic_glink_register_client(dev,
-- 
2.30.2


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

* Re: [PATCH][next] power: supply: fix spelling mistake "charing" -> "charging"
  2023-02-14  9:24 [PATCH][next] power: supply: fix spelling mistake "charing" -> "charging" Colin Ian King
@ 2023-02-14 21:59 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2023-02-14 21:59 UTC (permalink / raw)
  To: Bjorn Andersson, Colin Ian King
  Cc: Andy Gross, Konrad Dybcio, linux-arm-msm, linux-pm,
	kernel-janitors, linux-kernel

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

Hi,

On Tue, Feb 14, 2023 at 09:24:25AM +0000, Colin Ian King wrote:
> There are spelling mistakes in dev_err_probe messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---

Needs to go through the Qualcomm tree:

Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>

-- Sebastian

>  drivers/power/supply/qcom_battmgr.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/power/supply/qcom_battmgr.c b/drivers/power/supply/qcom_battmgr.c
> index ec31f887184f..5c2353241099 100644
> --- a/drivers/power/supply/qcom_battmgr.c
> +++ b/drivers/power/supply/qcom_battmgr.c
> @@ -1367,7 +1367,7 @@ static int qcom_battmgr_probe(struct auxiliary_device *adev,
>  		battmgr->wls_psy = devm_power_supply_register(dev, &sc8280xp_wls_psy_desc, &psy_cfg_supply);
>  		if (IS_ERR(battmgr->wls_psy))
>  			return dev_err_probe(dev, PTR_ERR(battmgr->wls_psy),
> -					     "failed to register wireless charing power supply\n");
> +					     "failed to register wireless charging power supply\n");
>  	} else {
>  		battmgr->bat_psy = devm_power_supply_register(dev, &sm8350_bat_psy_desc, &psy_cfg);
>  		if (IS_ERR(battmgr->bat_psy))
> @@ -1382,7 +1382,7 @@ static int qcom_battmgr_probe(struct auxiliary_device *adev,
>  		battmgr->wls_psy = devm_power_supply_register(dev, &sm8350_wls_psy_desc, &psy_cfg_supply);
>  		if (IS_ERR(battmgr->wls_psy))
>  			return dev_err_probe(dev, PTR_ERR(battmgr->wls_psy),
> -					     "failed to register wireless charing power supply\n");
> +					     "failed to register wireless charging power supply\n");
>  	}
>  
>  	battmgr->client = devm_pmic_glink_register_client(dev,
> -- 
> 2.30.2
> 

[-- 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:[~2023-02-14 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14  9:24 [PATCH][next] power: supply: fix spelling mistake "charing" -> "charging" Colin Ian King
2023-02-14 21:59 ` 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).