Re: [U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment.

2018-10-02 Thread Simon Glass
On 17 September 2018 at 21:13, Heiko Schocher  wrote:
> Hello Liviu,
>
> Am 17.09.2018 um 18:43 schrieb Liviu Dudau:
>>
>> The comment references a structure name that doesn't exist. Use
>> the name of the actual uclass.
>>
>> Signed-off-by: Liviu Dudau 
>> ---
>>   include/clk.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Reviewed-by: Heiko Schocher 

Applied to u-boot-dm, and now in mainline, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment.

2018-09-17 Thread Heiko Schocher

Hello Liviu,

Am 17.09.2018 um 18:43 schrieb Liviu Dudau:

The comment references a structure name that doesn't exist. Use
the name of the actual uclass.

Signed-off-by: Liviu Dudau 
---
  include/clk.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)


Reviewed-by: Heiko Schocher 

bye,
Heiko
--
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: h...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment.

2018-09-17 Thread Simon Glass
On 17 September 2018 at 10:43, Liviu Dudau  wrote:
> The comment references a structure name that doesn't exist. Use
> the name of the actual uclass.
>
> Signed-off-by: Liviu Dudau 
> ---
>  include/clk.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment.

2018-09-17 Thread Liviu Dudau
The comment references a structure name that doesn't exist. Use
the name of the actual uclass.

Signed-off-by: Liviu Dudau 
---
 include/clk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clk.h b/include/clk.h
index c0a20cd47a..8e366163f9 100644
--- a/include/clk.h
+++ b/include/clk.h
@@ -21,7 +21,7 @@
  *
  * A driver that implements UCLASS_CLOCK is a clock provider. A provider will
  * often implement multiple separate clocks, since the hardware it manages
- * often has this capability. clock_uclass.h describes the interface which
+ * often has this capability. clk-uclass.h describes the interface which
  * clock providers must implement.
  *
  * Clock consumers/clients are the HW modules driven by the clock signals. This
-- 
2.18.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot