Hi Simon,
On Mon, Oct 9, 2017 at 6:46 AM, Simon Glass wrote:
> On 29 September 2017 at 06:51, Mario Six wrote:
>> checkpatch.pl complains that the clk_ops structures used in clk-uclass.c
>> ought to be static, so we mark them as static.
>
> Do you mean static, or const?
>
I meant const; I'll fi
On 29 September 2017 at 06:51, Mario Six wrote:
> checkpatch.pl complains that the clk_ops structures used in clk-uclass.c
> ought to be static, so we mark them as static.
Do you mean static, or const?
Otherwise:
Reviewed-by: Simon Glass
>
> Signed-off-by: Mario Six
> ---
> drivers/clk/clk
checkpatch.pl complains that the clk_ops structures used in clk-uclass.c
ought to be static, so we mark them as static.
Signed-off-by: Mario Six
---
drivers/clk/clk-uclass.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/clk/clk-uclass.c b/driv
3 matches
Mail list logo