summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-19 08:52:30 +0300
committerSebastian Reichel <sebastian.reichel@collabora.com>2021-03-22 16:59:48 +0300
commit31ba6fadc3ba55dce727f0213b30c87fc085a360 (patch)
treebf4b1728bd68e538c30b3420b3235fc50606b242 /drivers/power
parent091d0a3a485fa432dc9386e0e9caea491eb6de52 (diff)
downloadlinux-31ba6fadc3ba55dce727f0213b30c87fc085a360.tar.xz
power: supply: charger-manager: Fix a typo
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>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/charger-manager.c2
1 files changed, 1 insertions, 1 deletions
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);