2019-05-20 18:10:54

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
drivers/phy/amlogic/phy-meson-gxl-usb2.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/phy/amlogic/phy-meson-gxl-usb2.c b/drivers/phy/amlogic/phy-meson-gxl-usb2.c
index 4cbee412f2b0..c86255f28f1d 100644
--- a/drivers/phy/amlogic/phy-meson-gxl-usb2.c
+++ b/drivers/phy/amlogic/phy-meson-gxl-usb2.c
@@ -1,14 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Meson GXL and GXM USB2 PHY driver
*
* Copyright (C) 2017 Martin Blumenstingl <[email protected]>
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <linux/clk.h>
--
2.21.0



2019-05-20 18:23:27

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH 1/2] phy: amlogic: phy-meson-gxl-usb2: update with SPDX Licence identifier

On Mon, May 20, 2019 at 4:36 PM Neil Armstrong <[email protected]> wrote:
>
> Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>