RE: [PATCH 1/4] mfd: da9063: convert headers to SPDX

From: Steve Twiss
Date: Wed Mar 27 2019 - 11:03:23 EST


Thanks!
Acked-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx>

On 18 March 2019 15:57, Wolfram Sang wrote:
> Subject: [PATCH 1/4] mfd: da9063: convert headers to SPDX
>
> Covnert the headers of the source and include files to SPDX.
> And fix some typos in the descriptions ("interrupt" instead of "I2C").

[...]

> diff --git a/drivers/mfd/da9063-core.c b/drivers/mfd/da9063-core.c
> +// SPDX-License-Identifier: GPL-2.0+
> + * Device access for Dialog DA9063 modules

[...]

> diff --git a/drivers/mfd/da9063-i2c.c b/drivers/mfd/da9063-i2c.c
> -/* da9063-i2c.c: Interrupt support for Dialog DA9063
> +// SPDX-License-Identifier: GPL-2.0+
> +/* I2C support for Dialog DA9063

Thanks

[...]

> diff --git a/drivers/mfd/da9063-irq.c b/drivers/mfd/da9063-irq.c
> +// SPDX-License-Identifier: GPL-2.0+
> +/* Interrupt support for Dialog DA9063

[...]

> diff --git a/include/linux/mfd/da9063/core.h b/include/linux/mfd/da9063/core.h
> +/* SPDX-License-Identifier: GPL-2.0+ */

[...]

> diff --git a/include/linux/mfd/da9063/registers.h
> +/* SPDX-License-Identifier: GPL-2.0+ */

Regards,
Steve