12 Sep
2023
12 Sep
'23
4:31 p.m.
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@bootlin.com 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.