2019-12-27 05:52:52

by Matthew Hanzelik

[permalink] [raw]
Subject: [PATCH] Staging: qlge: qlge: Fix SPDX License Identifier style issue

Fixed a style issue with the SPDX License Identifier style.

Signed-off-by: Matthew Hanzelik <[email protected]>
---
drivers/staging/qlge/qlge.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h
index 6ec7e3ce3863..d7729a3ef816 100644
--- a/drivers/staging/qlge/qlge.h
+++ b/drivers/staging/qlge/qlge.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* QLogic QLA41xx NIC HBA Driver
* Copyright (c) 2003-2006 QLogic Corporation
--
2.24.1


2019-12-30 04:47:55

by Benjamin Poirier

[permalink] [raw]
Subject: Re: [PATCH] Staging: qlge: qlge: Fix SPDX License Identifier style issue

On 2019/12/27 00:51, Matthew Hanzelik wrote:
> Fixed a style issue with the SPDX License Identifier style.
>
> Signed-off-by: Matthew Hanzelik <[email protected]>
> ---
> drivers/staging/qlge/qlge.h | 1 +
> 1 file changed, 1 insertion(+)

Should it also be added to qlge_main.c?

You can remove the outdated comment about LICENSE.qlge at the same time.