Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bhaskar Chowdhury and committed by
Sebastian Reichel
31ba6fad 091d0a3a

+1 -1
+1 -1
drivers/power/supply/charger-manager.c
··· 1604 1604 mutex_unlock(&cm_list_mtx); 1605 1605 1606 1606 /* 1607 - * Charger-manager is capable of waking up the systme from sleep 1607 + * Charger-manager is capable of waking up the system from sleep 1608 1608 * when event is happened through cm_notify_event() 1609 1609 */ 1610 1610 device_init_wakeup(&pdev->dev, true);