diff mbox series

power: supply: charger-manager: Fix a typo

Message ID 20210319055230.32220-1-unixbhaskar@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show
Series power: supply: charger-manager: Fix a typo | expand

Commit Message

Bhaskar Chowdhury March 19, 2021, 5:52 a.m. UTC
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(-)

--
2.26.2

Comments

Randy Dunlap March 19, 2021, 6:11 p.m. UTC | #1
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
>
>
Sebastian Reichel March 22, 2021, 2 p.m. UTC | #2
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
> > 
> >
diff mbox series

Patch

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);