Message ID | 20190116103632.17754-1-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 3705add0b783e0deeb6646ba0311bf214fe52b0a |
Headers | show |
Series | dt-bindings: reset: meson-axg: fix SPDX license id | expand |
On Wed, 16 Jan 2019, Jerome Brunet wrote: > As reported, the SPDX license id is not placed correctly and the variant > of the BSD License used should be specified. > > Fixes: c16292578ffa ("dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller") > Reported-by: Thomas Gleixner <tglx@linutronix.de> > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> > --- > > Sorry for the delay Thomas. Thanks for fixing it! tglx
On Wed, Jan 16, 2019 at 4:36 AM Jerome Brunet <jbrunet@baylibre.com> wrote: > > As reported, the SPDX license id is not placed correctly and the variant > of the BSD License used should be specified. > > Fixes: c16292578ffa ("dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller") > Reported-by: Thomas Gleixner <tglx@linutronix.de> > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> > --- > > Sorry for the delay Thomas. > > Regards > Jerome > > include/dt-bindings/reset/amlogic,meson-axg-reset.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks. Rob
diff --git a/include/dt-bindings/reset/amlogic,meson-axg-reset.h b/include/dt-bindings/reset/amlogic,meson-axg-reset.h index ad6f55dabd6d..0f2e0fe45ca4 100644 --- a/include/dt-bindings/reset/amlogic,meson-axg-reset.h +++ b/include/dt-bindings/reset/amlogic,meson-axg-reset.h @@ -1,12 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */ /* - * * Copyright (c) 2016 BayLibre, SAS. * Author: Neil Armstrong <narmstrong@baylibre.com> * * Copyright (c) 2017 Amlogic, inc. * Author: Yixun Lan <yixun.lan@amlogic.com> * - * SPDX-License-Identifier: (GPL-2.0+ OR BSD) */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_RESET_H
As reported, the SPDX license id is not placed correctly and the variant of the BSD License used should be specified. Fixes: c16292578ffa ("dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller") Reported-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> --- Sorry for the delay Thomas. Regards Jerome include/dt-bindings/reset/amlogic,meson-axg-reset.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)