git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd65ee5
)
charger-manager: Fix struct charger_desc's misleading comment
author
Anton Vorontsov
<anton.vorontsov@linaro.org>
Thu, 23 Aug 2012 04:36:05 +0000
(21:36 -0700)
committer
Anton Vorontsov
<anton.vorontsov@linaro.org>
Thu, 23 Aug 2012 04:49:35 +0000
(21:49 -0700)
The comment says that charger_regulators is an array of
regulator_bulk_data, which is not true, since it's actually a pointer
to 'struct charger_regulator'.
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
No differences found