> > +static > > +const > const goes to line above (with static). I separated the const to avoid below checkpatch error when I put "static const" together. It might be better to be put them as a single line :) ERROR: Use of __initconst requires a separate use of const #768: FILE: drivers/clk/samsung/clk-exynosautov9.c:750: +struct samsung_fixed_factor_clock top_fixed_factor_clks[] __initconst = { total: 1 errors, 1 warnings, 966 lines checked Best Regards, Chanho Park