diff options
author | Thomas Weber <thomas@tweber.de> | 2012-02-17 20:46:21 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-06 03:58:23 +0400 |
commit | 91fe4d508f29d71133e9a82ebdc1f2274c514b70 (patch) | |
tree | 8fd57d27d592ca779ebfc35ff52e83b1377396bf /include/linux/mfd/wm831x/pdata.h | |
parent | 450c6076a79ebb053cf53e43f948de5ab077c573 (diff) | |
download | linux-91fe4d508f29d71133e9a82ebdc1f2274c514b70.tar.xz |
Fix typo milivolt => millivolt
Signed-off-by: Thomas Weber <thomas@tweber.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mfd/wm831x/pdata.h')
-rw-r--r-- | include/linux/mfd/wm831x/pdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/wm831x/pdata.h b/include/linux/mfd/wm831x/pdata.h index 1d7a3f7b3b5d..dcc9631b3052 100644 --- a/include/linux/mfd/wm831x/pdata.h +++ b/include/linux/mfd/wm831x/pdata.h @@ -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 */ }; |