Documentation: Charger Manager: Fix spelling mistakes
'unnecessary' was wrongly spelled as 'unncessary', also it should have been 'unnecessarily'. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>
This commit is contained in:
parent
f9c85486c4
commit
d8755dcf6b
|
@ -29,7 +29,7 @@ Charger Manager supports the following:
|
||||||
While the battery is being charged and the system is in suspend-to-RAM,
|
While the battery is being charged and the system is in suspend-to-RAM,
|
||||||
we may need to monitor the battery health by looking at the ambient or
|
we may need to monitor the battery health by looking at the ambient or
|
||||||
battery temperature. We can accomplish this by waking up the system
|
battery temperature. We can accomplish this by waking up the system
|
||||||
periodically. However, such a method wakes up devices unncessary for
|
periodically. However, such a method wakes up devices unnecessarily for
|
||||||
monitoring the battery health and tasks, and user processes that are
|
monitoring the battery health and tasks, and user processes that are
|
||||||
supposed to be kept suspended. That, in turn, incurs unnecessary power
|
supposed to be kept suspended. That, in turn, incurs unnecessary power
|
||||||
consumption and slow down charging process. Or even, such peak power
|
consumption and slow down charging process. Or even, such peak power
|
||||||
|
|
Loading…
Reference in New Issue