diff mbox series

[net-next,1/4] net: dsa: mv88e6060: Add SPDX header

Message ID 20190427173259.13673-2-andrew@lunn.ch
State Accepted
Delegated to: David Miller
Headers show
Series mv88e6060 cleanups | expand

Commit Message

Andrew Lunn April 27, 2019, 5:32 p.m. UTC
Add an SPDX header, and remove the license text.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/net/dsa/mv88e6060.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Florian Fainelli April 27, 2019, 7:13 p.m. UTC | #1
On 4/27/2019 10:32 AM, Andrew Lunn wrote:
> Add an SPDX header, and remove the license text.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
diff mbox series

Patch

diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c
index 0b3e51f248c2..ed5a8b9dde96 100644
--- a/drivers/net/dsa/mv88e6060.c
+++ b/drivers/net/dsa/mv88e6060.c
@@ -1,11 +1,7 @@ 
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * net/dsa/mv88e6060.c - Driver for Marvell 88e6060 switch chips
  * Copyright (c) 2008-2009 Marvell Semiconductor
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
  */
 
 #include <linux/delay.h>