Re: [PATCH] input: pxrc: new driver for PhoenixRC Flight Controller Adapter

From: Philippe Ombredanne
Date: Sun Dec 31 2017 - 15:26:59 EST


Markus,

On Sun, Dec 31, 2017 at 9:09 PM, Marcus Folkesson
<marcus.folkesson@xxxxxxxxx> wrote:
> This driver let you plug in your RC controller to the adapter and
> use it as input device in various RC simulators.
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@xxxxxxxxx>

<snip>

> --- /dev/null
> +++ b/drivers/input/joystick/pxrc.c
> @@ -0,0 +1,254 @@
> +// SPDX-License-Identifier: GPL-2.0

<snip>

> +MODULE_LICENSE("GPL");

This MODULE_LICENSE means GPL 2.0 or later per module.h and this does
not match your top level SPDX tag which means GPL 2.0 only.
Could you make sure they are in sync?

--
Cordially
Philippe Ombredanne