linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: charger-manager: Fix a typo
@ 2021-03-19  5:52 Bhaskar Chowdhury
  2021-03-19 18:11 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19  5:52 UTC (permalink / raw)
  To: sre, linux-pm, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/systme/system/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/power/supply/charger-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c
index 4dea8ecd70bc..45da870aecca 100644
--- a/drivers/power/supply/charger-manager.c
+++ b/drivers/power/supply/charger-manager.c
@@ -1604,7 +1604,7 @@ static int charger_manager_probe(struct platform_device *pdev)
 	mutex_unlock(&cm_list_mtx);

 	/*
-	 * Charger-manager is capable of waking up the systme from sleep
+	 * Charger-manager is capable of waking up the system from sleep
 	 * when event is happened through cm_notify_event()
 	 */
 	device_init_wakeup(&pdev->dev, true);
--
2.26.2


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

* Re: [PATCH] power: supply: charger-manager: Fix a typo
  2021-03-19  5:52 [PATCH] power: supply: charger-manager: Fix a typo Bhaskar Chowdhury
@ 2021-03-19 18:11 ` Randy Dunlap
  2021-03-22 14:00   ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2021-03-19 18:11 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: sre, linux-pm, linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/systme/system/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
> drivers/power/supply/charger-manager.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c
> index 4dea8ecd70bc..45da870aecca 100644
> --- a/drivers/power/supply/charger-manager.c
> +++ b/drivers/power/supply/charger-manager.c
> @@ -1604,7 +1604,7 @@ static int charger_manager_probe(struct platform_device *pdev)
> 	mutex_unlock(&cm_list_mtx);
>
> 	/*
> -	 * Charger-manager is capable of waking up the systme from sleep
> +	 * Charger-manager is capable of waking up the system from sleep
> 	 * when event is happened through cm_notify_event()
> 	 */
> 	device_init_wakeup(&pdev->dev, true);
> --
> 2.26.2
>
>

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

* Re: [PATCH] power: supply: charger-manager: Fix a typo
  2021-03-19 18:11 ` Randy Dunlap
@ 2021-03-22 14:00   ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2021-03-22 14:00 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Bhaskar Chowdhury, linux-pm, linux-kernel

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

Hi,

On Fri, Mar 19, 2021 at 11:11:47AM -0700, Randy Dunlap wrote:
> On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:
> 
> > s/systme/system/
> > 
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> 
> Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks, queued.

-- Sebastian

> > ---
> > drivers/power/supply/charger-manager.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c
> > index 4dea8ecd70bc..45da870aecca 100644
> > --- a/drivers/power/supply/charger-manager.c
> > +++ b/drivers/power/supply/charger-manager.c
> > @@ -1604,7 +1604,7 @@ static int charger_manager_probe(struct platform_device *pdev)
> > 	mutex_unlock(&cm_list_mtx);
> > 
> > 	/*
> > -	 * Charger-manager is capable of waking up the systme from sleep
> > +	 * Charger-manager is capable of waking up the system from sleep
> > 	 * when event is happened through cm_notify_event()
> > 	 */
> > 	device_init_wakeup(&pdev->dev, true);
> > --
> > 2.26.2
> > 
> > 

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

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

end of thread, other threads:[~2021-03-22 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  5:52 [PATCH] power: supply: charger-manager: Fix a typo Bhaskar Chowdhury
2021-03-19 18:11 ` Randy Dunlap
2021-03-22 14:00   ` 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).