linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] This commit fixes the Error or Warning  about missing or incorrect SPDX license headers.
@ 2021-05-23 15:59 Aviral Gupta
  2021-05-24 14:11 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Aviral Gupta @ 2021-05-23 15:59 UTC (permalink / raw)
  To: ulf.hansson, axboe, adrian.hunter, zliua, avri.altman, beanhuo,
	porzio, ebiggers
  Cc: Aviral Gupta, linux-mmc, linux-kernel

By adding missing SPDX-License-Identifier tag line in drivers/mmc/core/block.c this issue is fixed.


Signed-off-by: Aviral Gupta <shiv14112001@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-24 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 15:59 [PATCH] This commit fixes the Error or Warning about missing or incorrect SPDX license headers Aviral Gupta
2021-05-24 14:11 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).