mt76: mt7615: add missing SPDX tag in mmio.c
authorRyder Lee <ryder.lee@mediatek.com>
Thu, 8 Apr 2021 16:36:32 +0000 (00:36 +0800)
committerFelix Fietkau <nbd@nbd.name>
Mon, 12 Apr 2021 21:07:25 +0000 (23:07 +0200)
Resolve the following checkpatch.pl script warning:

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/mmio.c

index a7f92fa..eaa2275 100644 (file)
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: ISC
+/* Copyright (C) 2020 MediaTek Inc. */
+
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>