charger-manager: Fix struct charger_desc's misleading comment
authorAnton Vorontsov <anton.vorontsov@linaro.org>
Thu, 23 Aug 2012 04:36:05 +0000 (21:36 -0700)
committerAnton 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