From: Bhaskar Chowdhury Date: Fri, 19 Mar 2021 05:52:30 +0000 (+0530) Subject: power: supply: charger-manager: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31ba6fadc3ba55dce727f0213b30c87fc085a360;p=linux.git power: supply: charger-manager: Fix a typo s/systme/system/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c index 4dea8ecd70bca..45da870aecca4 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);