* [PATCH] EDAC/synopsys: Fix the spdx header
@ 2022-04-28 4:40 Shubhrajyoti Datta
2022-04-28 13:46 ` Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: Shubhrajyoti Datta @ 2022-04-28 4:40 UTC (permalink / raw)
To: linux-edac; +Cc: bp, mchehab, tony.luck, james.morse, Shubhrajyoti Datta
Also fixes the below warning
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
+/*
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
---
drivers/edac/synopsys_edac.c | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/drivers/edac/synopsys_edac.c b/drivers/edac/synopsys_edac.c
index f05ff02c0656..fbe2aa1e334a 100644
--- a/drivers/edac/synopsys_edac.c
+++ b/drivers/edac/synopsys_edac.c
@@ -1,22 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Synopsys DDR ECC Driver
* This driver is based on ppc4xx_edac.c drivers
*
* Copyright (C) 2012 - 2014 Xilinx, Inc.
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING" in the main directory of this archive
- * for more details
*/
#include <linux/edac.h>
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] EDAC/synopsys: Fix the spdx header
2022-04-28 4:40 [PATCH] EDAC/synopsys: Fix the spdx header Shubhrajyoti Datta
@ 2022-04-28 13:46 ` Borislav Petkov
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2022-04-28 13:46 UTC (permalink / raw)
To: Shubhrajyoti Datta; +Cc: linux-edac, mchehab, tony.luck, james.morse
On Thu, Apr 28, 2022 at 10:10:51AM +0530, Shubhrajyoti Datta wrote:
> Also fixes the below warning
>
> WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
> +/*
>
> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
> ---
> drivers/edac/synopsys_edac.c | 15 +--------------
> 1 file changed, 1 insertion(+), 14 deletions(-)
>
> diff --git a/drivers/edac/synopsys_edac.c b/drivers/edac/synopsys_edac.c
> index f05ff02c0656..fbe2aa1e334a 100644
> --- a/drivers/edac/synopsys_edac.c
> +++ b/drivers/edac/synopsys_edac.c
> @@ -1,22 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0-only
> /*
> * Synopsys DDR ECC Driver
> * This driver is based on ppc4xx_edac.c drivers
> *
> * Copyright (C) 2012 - 2014 Xilinx, Inc.
> - *
> - * This program is free software: you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License as published by
> - * the Free Software Foundation, either version 2 of the License, or
> - * (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> - * GNU General Public License for more details.
> - *
> - * This file is subject to the terms and conditions of the GNU General Public
> - * License. See the file "COPYING" in the main directory of this archive
> - * for more details
> */
>
> #include <linux/edac.h>
> --
Applied, thanks.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-28 13:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-28 4:40 [PATCH] EDAC/synopsys: Fix the spdx header Shubhrajyoti Datta
2022-04-28 13:46 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox