commit | c6b2744c5dd098e8bca2515e91219cf0206290c5 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <anton.vorontsov@linaro.org> | Wed Aug 22 21:36:05 2012 -0700 |
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | Wed Aug 22 21:49:35 2012 -0700 |
tree | a4a1e2f844f2b80adf2b4a10e03b4df6d92ee8e9 | |
parent | fd65ee5f1c21af9ff9f113842d513ca50749ad68 [diff] |
charger-manager: Fix struct charger_desc's misleading comment 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>