declarations
FILE: drivers/staging/qlge/qlge_mpi.c:1099:
Signed-off-by: Carlos Henrique Lima Melara
---
drivers/staging/qlge/qlge_mpi.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/staging/qlge/qlge_mpi.c b/drivers/staging/qlge/qlge_mpi.c
index bb03b2fa7..22ebd6cb8 100644
--- a
This patch fixes the checkpatch.p1 warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
+/*
It includes the SPDX expression for GPL-2.0 according to the text license
in the top of the C file.
Signed-off-by: Carlos Henrique Lima Melara
---
Changes since v2:
- Corrects
On 30/01/2019 13:29, gre...@linuxfoundation.org wrote:
> On Wed, Jan 30, 2019 at 02:48:27PM +0000, Carlos Henrique Lima Melara wrote:
>> This patch fix the checkpatch.p1 warning:
>>
>> WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
>>
This patch fix the checkpatch.p1 warning:
WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
+/*
It includes the SPDX expression for GPL-2.0 and corrects the comment
format to suit the kernel's coding style.
Signed-off-by: Carlos (Charles) Henriq