All of lore.kernel.org
 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

* Re: [PATCH] This commit fixes the Error or Warning about missing or incorrect SPDX license headers.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2021-05-24 14:11 UTC (permalink / raw)
  To: Aviral Gupta
  Cc: Jens Axboe, Adrian Hunter, Zhan Liu, Avri Altman,
	Bean Huo (beanhuo),
	Luca Porzio, Eric Biggers, linux-mmc, Linux Kernel Mailing List

On Sun, 23 May 2021 at 18:00, Aviral Gupta <shiv14112001@gmail.com> wrote:
>
> 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>

Applied for next, by amending the patch prefix, thanks!

Kind regards
Uffe


> ---
>  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	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.