Fix typo milivolt => millivolt

Signed-off-by: Thomas Weber <thomas@tweber.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Thomas Weber
2012-02-17 17:46:21 +01:00
committed by Jiri Kosina
parent 450c6076a7
commit 91fe4d508f
5 changed files with 14 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ struct wm831x_backlight_pdata {
struct wm831x_backup_pdata {
int charger_enable;
int no_constant_voltage; /** Disable constant voltage charging */
int vlim; /** Voltage limit in milivolts */
int vlim; /** Voltage limit in millivolts */
int ilim; /** Current limit in microamps */
};