[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210523155914.5200-1-shiv14112001@gmail.com>
Date: Sun, 23 May 2021 21:29:15 +0530
From: Aviral Gupta <shiv14112001@...il.com>
To: ulf.hansson@...aro.org, axboe@...nel.dk, adrian.hunter@...el.com,
zliua@...ron.com, avri.altman@....com, beanhuo@...ron.com,
porzio@...il.com, ebiggers@...gle.com
Cc: Aviral Gupta <shiv14112001@...il.com>, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] This commit fixes the Error or Warning about missing or incorrect SPDX license headers.
By adding missing SPDX-License-Identifier tag line in drivers/mmc/core/block.c this issue is fixed.
Signed-off-by: Aviral Gupta <shiv14112001@...il.com>
---
drivers/mmc/core/block.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
index 689eb9afeeed..266d62f9dbc8 100644
--- a/drivers/mmc/core/block.c
+++ b/drivers/mmc/core/block.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Block driver for media (i.e., flash cards)
*
--
2.25.1
Powered by blists - more mailing lists