public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Przemyslaw Marczak <p.marczak@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a comment
Date: Wed, 12 Aug 2015 12:10:24 +0200	[thread overview]
Message-ID: <55CB1B90.4010808@samsung.com> (raw)
In-Reply-To: <1439133057-324-1-git-send-email-sjg@chromium.org>

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

      reply	other threads:[~2015-08-12 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55CB1B90.4010808@samsung.com \
    --to=p.marczak@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox