Message ID | 20210523155914.5200-1-shiv14112001@gmail.com |
---|---|
State | New |
Headers | show |
Series | This commit fixes the Error or Warning about missing or incorrect SPDX license headers. | expand |
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) *
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(+)