Hi Linus, On Sun, Jun 2, 2019 at 11:12 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > Some files were missing the appropriate SPDX tags so > fixed it up. > > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > drivers/pinctrl/nomadik/Kconfig | 2 ++ > drivers/pinctrl/nomadik/pinctrl-ab8500.c | 5 +---- > drivers/pinctrl/nomadik/pinctrl-ab8505.c | 5 +---- > drivers/pinctrl/nomadik/pinctrl-abx500.c | 6 +----- > drivers/pinctrl/nomadik/pinctrl-nomadik.c | 5 +---- > 5 files changed, 6 insertions(+), 17 deletions(-) Please note this conflicts with commit ec8f24b7faaf3d47 ("treewide: Add SPDX license identifier - Makefile/Kconfig") upstream, which added (different) tags. > diff --git a/drivers/pinctrl/nomadik/Kconfig b/drivers/pinctrl/nomadik/Kconfig > index c3efe7d7e91f..749466fa8f97 100644 > --- a/drivers/pinctrl/nomadik/Kconfig > +++ b/drivers/pinctrl/nomadik/Kconfig > @@ -1,3 +1,5 @@ > +# SPDX-License-Identifier: GPL-2.0 > + > if ARCH_U8500 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds