[U-Boot] [RESEND PATCH v2 1/4] clk: clk-uclass: Fix style violations

2018-01-15 Thread Mario Six
checkpatch.pl complains that the clk_ops structures used in clk-uclass.c ought to be const, so we mark them as const. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- v1 -> v2: * Changed commit message and text to used the correct word "const" instead of "static". --- drivers/clk/clk-

Re: [U-Boot] [RESEND PATCH v2 1/4] clk: clk-uclass: Fix style violations

2018-01-21 Thread Simon Glass
On 15 January 2018 at 03:06, Mario Six wrote: > checkpatch.pl complains that the clk_ops structures used in clk-uclass.c > ought to be const, so we mark them as const. > > Reviewed-by: Simon Glass > Signed-off-by: Mario Six > > --- > > v1 -> v2: > * Changed commit message and text to used the co