Re: [PATCH] pinctrl: use "const struct ..." rather than "struct ... const"

From: Linus Walleij
Date: Mon Jun 01 2015 - 09:48:44 EST


On Fri, May 22, 2015 at 8:25 AM, Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:

> Only this member, pins, is defined as "struct ... const *", but the
> others in this struct, pinlops, pmxops, confops, etc. are defined as
> "const struct ... *".
>
> Swap the "struct pinctrl_pin_desc" and "const" for consistency.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/