summaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/max1586.h
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-09-18 22:44:43 +0200
committerLiam Girdwood <lrg@slimlogic.co.uk>2009-09-22 13:32:44 +0100
commit2e7e65ce55566fc81036960b00e5e15f5d9578ea (patch)
treeac7fbbe269a31a018a97c1d20d691fcdc0b91f6f /include/linux/regulator/max1586.h
parent656d0498ea14c51cd8ec00081b5e0662acc72614 (diff)
downloadop-kernel-dev-2e7e65ce55566fc81036960b00e5e15f5d9578ea.zip
op-kernel-dev-2e7e65ce55566fc81036960b00e5e15f5d9578ea.tar.gz
regulator: fix typos
Fix a couple of typos I found while working with this subsystem. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/linux/regulator/max1586.h')
-rw-r--r--include/linux/regulator/max1586.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/regulator/max1586.h b/include/linux/regulator/max1586.h
index 4456319..de9a7fa 100644
--- a/include/linux/regulator/max1586.h
+++ b/include/linux/regulator/max1586.h
@@ -36,7 +36,7 @@
* max1586_subdev_data - regulator data
* @id: regulator Id (either MAX1586_V3 or MAX1586_V6)
* @name: regulator cute name (example for V3: "vcc_core")
- * @platform_data: regulator init data (contraints, supplies, ...)
+ * @platform_data: regulator init data (constraints, supplies, ...)
*/
struct max1586_subdev_data {
int id;
@@ -46,7 +46,7 @@ struct max1586_subdev_data {
/**
* max1586_platform_data - platform data for max1586
- * @num_subdevs: number of regultors used (may be 1 or 2)
+ * @num_subdevs: number of regulators used (may be 1 or 2)
* @subdevs: regulator used
* At most, there will be a regulator for V3 and one for V6 voltages.
* @v3_gain: gain on the V3 voltage output multiplied by 1e6.
OpenPOWER on IntegriCloud