All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Patrick Delaunay <patrick.delaunay@foss.st.com>, <u-boot@lists.denx.de>
Cc: U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>,
	Lukasz Majewski <lukma@denx.de>
Subject: Re: [Uboot-stm32] [PATCH] clk: cosmetic change in uclass
Date: Fri, 18 Jun 2021 08:41:40 +0200	[thread overview]
Message-ID: <6fb1073e-07ff-79ea-401d-66fdc6471dd7@foss.st.com> (raw)
In-Reply-To: <20210427105751.1.I8857039ef25da53d584827b3056e461a9f7b323a@changeid>

Hi Patrick

On 4/27/21 10:57 AM, Patrick Delaunay wrote:
> Remove the tab in clk_get_bulk to respect the coding rules.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
>  drivers/clk/clk-uclass.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/clk-uclass.c b/drivers/clk/clk-uclass.c
> index 4ab3c402ed..b126c5ed60 100644
> --- a/drivers/clk/clk-uclass.c
> +++ b/drivers/clk/clk-uclass.c
> @@ -159,7 +159,7 @@ int clk_get_by_index_nodev(ofnode node, int index, struct clk *clk)
>  int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk)
>  {
>  	int i, ret, err, count;
> -	
> +
>  	bulk->count = 0;
>  
>  	count = dev_count_phandle_with_args(dev, "clocks", "#clock-cells", 0);
> 

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

  reply	other threads:[~2021-06-18  6:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27  8:57 [PATCH] clk: cosmetic change in uclass Patrick Delaunay
2021-06-18  6:41 ` Patrice CHOTARD [this message]
2021-06-18  7:55   ` [Uboot-stm32] " Patrice CHOTARD

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=6fb1073e-07ff-79ea-401d-66fdc6471dd7@foss.st.com \
    --to=patrice.chotard@foss.st.com \
    --cc=lukma@denx.de \
    --cc=patrick.delaunay@foss.st.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    /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.