Re: [PATCH] pinctrl: apple: Make regmap_config static const and fix indentation

From: Linus Walleij
Date: Tue Apr 15 2025 - 03:47:21 EST


On Sat, Mar 29, 2025 at 7:15 PM John Madieu <john.madieu@xxxxxxxxxxxxx> wrote:

> Mark the regmap_config as static const since it is only used in this file
> and never modified, allowing the compiler to optimize it and enforce
> const-correctness.
>
> Also fix minor indentation inconsistencies in function parameter alignment
> to conform with kernel coding style.
>
> Signed-off-by: John Madieu <john.madieu@xxxxxxxxxxxxx>

Patch applied!

Yours,
Linus Walleij