power: supply: charger-manager: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 19 Mar 2021 05:52:30 +0000 (11:22 +0530)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Mon, 22 Mar 2021 13:59:48 +0000 (14:59 +0100)
s/systme/system/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/charger-manager.c

index 4dea8ecd70bca9c020bda2e3555902f33827b459..45da870aecca47f9a5d28fad92f3b0d5ad69e1de 100644 (file)
@@ -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);