On 21.03.2024 9:28 PM, Danila Tikhonov wrote: > - The clk_init_data structures are never modified, make > them const. > - Add missing comma Highly debatable given you're not expecting to enlarge this enum > - Add dependencies on "ARM64 or COMPILE_TEST" Please split this up into two patches (or if you really care about that comma, I won't snitch on you if you squash it together with adding const specifiers) Konrad