From 07fed8ec7929bee9acc5b18259a1d13ac397842a Mon Sep 17 00:00:00 2001 From: Jules Irenge Date: Fri, 1 Mar 2019 00:14:16 +0000 Subject: [PATCH] staging: mt7621-eth: Add SPDX license identifier Add the SPDX GPL-2.0 license identifier to fix checkpatch.pl warning Issue reported by checkpatch.pl warning: "WARNING: Missing or malformed SPDX-License-Identifier tag in line 1" Signed-off-by: Jules Irenge Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mt7621-eth/ethtool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/mt7621-eth/ethtool.h b/drivers/staging/mt7621-eth/ethtool.h index 40b4cf011660..d0e97ae0d82e 100644 --- a/drivers/staging/mt7621-eth/ethtool.h +++ b/drivers/staging/mt7621-eth/ethtool.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* 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; version 2 of the License -- 2.20.1