summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-09 09:10:57 -0600
committerPrzemyslaw Marczak <p.marczak@samsung.com>2015-08-12 11:17:45 +0200
commite6b606d6572893a9f6fb6339b6a09a4b6942f989 (patch)
tree6ef0bf1744de55eb03114109248d97750978cf66 /drivers
parent8640522d2d2d26caaf1805f3de696a7a6fb1cc22 (diff)
downloadtalos-obmc-uboot-e6b606d6572893a9f6fb6339b6a09a4b6942f989.tar.gz
talos-obmc-uboot-e6b606d6572893a9f6fb6339b6a09a4b6942f989.zip
dm: pmic: max77686: Correct two typos in a comment
These were pointed out in review but I missed them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/regulator/max77686.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/regulator/max77686.c b/drivers/power/regulator/max77686.c
index 9d23c19122..71678b60d3 100644
--- a/drivers/power/regulator/max77686.c
+++ b/drivers/power/regulator/max77686.c
@@ -87,8 +87,8 @@ static int max77686_buck_volt2hex(int buck, int uV)
* hex = (uV - 750000) / 50000. We assume that dynamic voltage
* scaling via GPIOs is not enabled and don't support that.
* If this is enabled then the driver will need to take that
- * into account anrd check different registers depending on
- * the current setting See the datasheet for details.
+ * into account and check different registers depending on
+ * the current setting. See the datasheet for details.
*/
hex = (uV - MAX77686_BUCK_UV_HMIN) / MAX77686_BUCK_UV_HSTEP;
hex_max = MAX77686_BUCK_VOLT_MAX_HEX;
OpenPOWER on IntegriCloud