Re: [PATCH v5 28/31] pinctrl: Add support for the Lantic PEF2256 pinmux

From: Linus Walleij
Date: Tue Sep 12 2023 - 17:04:47 EST


On Tue, Sep 12, 2023 at 4:31 PM Mark Brown <broonie@xxxxxxxxxx> wrote:
> On Tue, Sep 12, 2023 at 01:04:56PM +0200, Linus Walleij wrote:
> > On Tue, Sep 12, 2023 at 12:15 PM Herve Codina <herve.codina@xxxxxxxxxxx> wrote:
>
> > > +/* SPDX-License-Identifier: GPL-2.0 */
> > > +/*
>
> > I think SPDX mandates that you start the tag with C99 comments
>
> > // SPDX-License-Identifier: GPL-2.0-only
>
> Not for headers, they should use C style since they might be included in
> contexts where C++ isn't supported.

Oh right. Thanks Mark!

Yours,
Linus Walleij