* [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a comment
@ 2015-08-09 15:10 Simon Glass
2015-08-12 10:10 ` Przemyslaw Marczak
0 siblings, 1 reply; 2+ messages in thread
From: Simon Glass @ 2015-08-09 15:10 UTC (permalink / raw)
To: u-boot
These were pointed out in review but I missed them.
Signed-off-by: Simon Glass <sjg@chromium.org>
---
drivers/power/regulator/max77686.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/power/regulator/max77686.c b/drivers/power/regulator/max77686.c
index 946b87c..56ecbc1 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;
--
2.5.0.rc2.392.g76e840b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a comment
2015-08-09 15:10 [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a comment Simon Glass
@ 2015-08-12 10:10 ` Przemyslaw Marczak
0 siblings, 0 replies; 2+ messages in thread
From: Przemyslaw Marczak @ 2015-08-12 10:10 UTC (permalink / raw)
To: u-boot
Hello Simon,
On 08/09/2015 05:10 PM, Simon Glass wrote:
> These were pointed out in review but I missed them.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> drivers/power/regulator/max77686.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/power/regulator/max77686.c b/drivers/power/regulator/max77686.c
> index 946b87c..56ecbc1 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;
>
Applied to: u-boot-pmic.
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-12 10:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-09 15:10 [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a comment Simon Glass
2015-08-12 10:10 ` Przemyslaw Marczak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox