All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Turquette <mturquette@linaro.org>
To: Dinh Nguyen <dinguyen@opensource.altera.com>,
	Dan Carpenter <dan.carpenter@oracle.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>,
	linux-clk@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [patch] clk: socfpga: remove a stray tab
Date: Wed, 03 Jun 2015 23:21:41 +0000	[thread overview]
Message-ID: <20150603232141.6017.18339@quantum> (raw)
In-Reply-To: <5565C4F4.7090805@opensource.altera.com>

Quoting Dinh Nguyen (2015-05-27 06:21:56)
> 
> 
> On 5/27/15 3:26 AM, Dan Carpenter wrote:
> > This line was indented too far.
> > 
> > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> > 
> > diff --git a/drivers/clk/socfpga/clk-gate-a10.c b/drivers/clk/socfpga/clk-gate-a10.c
> > index be3e998..83c6780 100644
> > --- a/drivers/clk/socfpga/clk-gate-a10.c
> > +++ b/drivers/clk/socfpga/clk-gate-a10.c
> > @@ -39,7 +39,7 @@ static unsigned long socfpga_gate_clk_recalc_rate(struct clk_hw *hwclk,
> >       else if (socfpgaclk->div_reg) {
> >               val = readl(socfpgaclk->div_reg) >> socfpgaclk->shift;
> >               val &= div_mask(socfpgaclk->width);
> > -                     div = (1 << val);
> > +             div = (1 << val);
> >       }
> >  
> >       return parent_rate / div;
> > 
> 
> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>

Applied.

Regards,
Mike

WARNING: multiple messages have this Message-ID (diff)
From: Michael Turquette <mturquette@linaro.org>
To: Dinh Nguyen <dinguyen@opensource.altera.com>,
	"Dan Carpenter" <dan.carpenter@oracle.com>
Cc: "Stephen Boyd" <sboyd@codeaurora.org>,
	linux-clk@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [patch] clk: socfpga: remove a stray tab
Date: Wed, 03 Jun 2015 16:21:41 -0700	[thread overview]
Message-ID: <20150603232141.6017.18339@quantum> (raw)
In-Reply-To: <5565C4F4.7090805@opensource.altera.com>

Quoting Dinh Nguyen (2015-05-27 06:21:56)
> =

> =

> On 5/27/15 3:26 AM, Dan Carpenter wrote:
> > This line was indented too far.
> > =

> > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
> > =

> > diff --git a/drivers/clk/socfpga/clk-gate-a10.c b/drivers/clk/socfpga/c=
lk-gate-a10.c
> > index be3e998..83c6780 100644
> > --- a/drivers/clk/socfpga/clk-gate-a10.c
> > +++ b/drivers/clk/socfpga/clk-gate-a10.c
> > @@ -39,7 +39,7 @@ static unsigned long socfpga_gate_clk_recalc_rate(str=
uct clk_hw *hwclk,
> >       else if (socfpgaclk->div_reg) {
> >               val =3D readl(socfpgaclk->div_reg) >> socfpgaclk->shift;
> >               val &=3D div_mask(socfpgaclk->width);
> > -                     div =3D (1 << val);
> > +             div =3D (1 << val);
> >       }
> >  =

> >       return parent_rate / div;
> > =

> =

> Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>

Applied.

Regards,
Mike

  reply	other threads:[~2015-06-03 23:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-27  8:26 [patch] clk: socfpga: remove a stray tab Dan Carpenter
2015-05-27  8:26 ` Dan Carpenter
2015-05-27 13:21 ` Dinh Nguyen
2015-05-27 13:21   ` Dinh Nguyen
2015-06-03 23:21   ` Michael Turquette [this message]
2015-06-03 23:21     ` Michael Turquette

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=20150603232141.6017.18339@quantum \
    --to=mturquette@linaro.org \
    --cc=dan.carpenter@oracle.com \
    --cc=dinguyen@opensource.altera.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.