[PATCH] staging: qlge: Fix WARNING: Missing a blank line after declarations

2020-03-10 Thread Carlos Henrique Lima Melara
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

[PATCH v3] staging: mt7621-eth/ethtool.c: Correction of SPDX license identifier

2019-01-30 Thread Carlos Henrique Lima Melara
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

Re: [PATCH v2] staging: mt7621-eth/ethtool.c: Correction of SPDX license identifier

2019-01-30 Thread Carlos Henrique Lima Melara
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 >>

[PATCH v2] staging: mt7621-eth/ethtool.c: Correction of SPDX license identifier

2019-01-30 Thread Carlos Henrique Lima Melara
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