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

Simon Glass sjg at chromium.org
Mon Jan 22 00:41:49 UTC 2018


On 15 January 2018 at 03:06, Mario Six <mario.six at gdsys.cc> 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 <sjg at chromium.org>
> Signed-off-by: Mario Six <mario.six at gdsys.cc>
>
> ---
>
> v1 -> v2:
> * Changed commit message and text to used the correct word "const"
>   instead of "static".
>
> ---
>  drivers/clk/clk-uclass.c | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list