On Sat, Feb 10, 2018 at 10:27 AM, Marcus Folkesson <[email protected]> wrote:
> Licence text is specifying "GPLv2" but the MODULE_LICENSE is set to "GPLv2 > or later". > > See include/linux/module.h: > "GPL" [GNU Public License v2 or later] > "GPL v2" [GNU Public License v2] > > When on it, add SPDX identifier tag. > > Signed-off-by: Marcus Folkesson <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

