All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: cosmetic change in uclass
@ 2021-04-27  8:57 Patrick Delaunay
  2021-06-18  6:41 ` [Uboot-stm32] " Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2021-04-27  8:57 UTC (permalink / raw)
  To: u-boot

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);
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Uboot-stm32] [PATCH] clk: cosmetic change in uclass
  2021-04-27  8:57 [PATCH] clk: cosmetic change in uclass Patrick Delaunay
@ 2021-06-18  6:41 ` Patrice CHOTARD
  2021-06-18  7:55   ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2021-06-18  6:41 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot; +Cc: U-Boot STM32, Lukasz Majewski

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Uboot-stm32] [PATCH] clk: cosmetic change in uclass
  2021-06-18  6:41 ` [Uboot-stm32] " Patrice CHOTARD
@ 2021-06-18  7:55   ` Patrice CHOTARD
  0 siblings, 0 replies; 3+ messages in thread
From: Patrice CHOTARD @ 2021-06-18  7:55 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot; +Cc: U-Boot STM32, Lukasz Majewski

Hi Patrick

On 6/18/21 8:41 AM, Patrice CHOTARD wrote:
> 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
> _______________________________________________
> Uboot-stm32 mailing list
> Uboot-stm32@st-md-mailman.stormreply.com
> https://st-md-mailman.stormreply.com/mailman/listinfo/uboot-stm32
> 

Applied on u-boot-stm32/next

Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-18  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27  8:57 [PATCH] clk: cosmetic change in uclass Patrick Delaunay
2021-06-18  6:41 ` [Uboot-stm32] " Patrice CHOTARD
2021-06-18  7:55   ` Patrice CHOTARD

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.