Re: [V3,1/1] Input/misc: add support for Advantech software defined button

From: Arnd Bergmann
Date: Tue May 12 2020 - 06:28:26 EST


On Tue, May 12, 2020 at 12:15 PM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Tue, May 12, 2020 at 12:08:08PM +0200, Arnd Bergmann wrote:
> > > +MODULE_LICENSE("GPL");
> >
> > These generally go at the bottom of the file.
> >
> > The license tag here does not match the one in the SPDX header, after
> > you changed the other one to v2-only.
>
> Yes it does, they mean the same thing, see modules.h for the details if
> you are curious.

Ok, thanks for the clarification.

Arnd