diff mbox series

[v8,06/12] gpio: bd9571mwv: Use the SPDX license identifier

Message ID 1608888807-3117-7-git-send-email-yoshihiro.shimoda.uh@renesas.com
State Superseded
Headers show
Series treewide: bd9571mwv: Add support for BD9574MWF | expand

Commit Message

Yoshihiro Shimoda Dec. 25, 2020, 9:33 a.m. UTC
Use the SPDX license identifier instead of a local description.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/gpio/gpio-bd9571mwv.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Comments

Bartosz Golaszewski Jan. 3, 2021, 3:35 p.m. UTC | #1
On Fri, Dec 25, 2020 at 10:33 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
>

> Use the SPDX license identifier instead of a local description.

>

> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---

>  drivers/gpio/gpio-bd9571mwv.c | 10 +---------

>  1 file changed, 1 insertion(+), 9 deletions(-)

>

> diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio-bd9571mwv.c

> index c0abc9c..abb622c 100644

> --- a/drivers/gpio/gpio-bd9571mwv.c

> +++ b/drivers/gpio/gpio-bd9571mwv.c

> @@ -1,17 +1,9 @@

> +// SPDX-License-Identifier: GPL-2.0-only

>  /*

>   * ROHM BD9571MWV-M GPIO driver

>   *

>   * Copyright (C) 2017 Marek Vasut <marek.vasut+renesas@gmail.com>

>   *

> - * This program is free software; you can redistribute it and/or

> - * modify it under the terms of the GNU General Public License version 2 as

> - * published by the Free Software Foundation.

> - *

> - * This program is distributed "as is" WITHOUT ANY WARRANTY of any

> - * kind, whether expressed or implied; without even the implied warranty

> - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

> - * GNU General Public License version 2 for more details.

> - *

>   * Based on the TPS65086 driver

>   *

>   * NOTE: Interrupts are not supported yet.

> --

> 2.7.4

>


Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-bd9571mwv.c b/drivers/gpio/gpio-bd9571mwv.c
index c0abc9c..abb622c 100644
--- a/drivers/gpio/gpio-bd9571mwv.c
+++ b/drivers/gpio/gpio-bd9571mwv.c
@@ -1,17 +1,9 @@ 
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ROHM BD9571MWV-M GPIO driver
  *
  * Copyright (C) 2017 Marek Vasut <marek.vasut+renesas@gmail.com>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
- * kind, whether expressed or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License version 2 for more details.
- *
  * Based on the TPS65086 driver
  *
  * NOTE: Interrupts are not supported yet.