Re: [PATCH] staging: qlge: fix missing a blank line after declaration

2020-01-22 Thread Greg KH
On Sun, Jan 19, 2020 at 04:03:59PM +0200, Valery Ivanov wrote: > This patch fixes "WARNING: Missing a blank lin after declarations" > Issue found by checkpatch.pl > > Signed-off-by: Valery Ivanov > --- > drivers/staging/qlge/qlge_ethtool.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --g

[PATCH] staging: qlge: fix missing a blank line after declaration

2020-01-19 Thread Valery Ivanov
This patch fixes "WARNING: Missing a blank lin after declarations" Issue found by checkpatch.pl Signed-off-by: Valery Ivanov --- drivers/staging/qlge/qlge_ethtool.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/qlge/qlge_ethtool.c b/drivers/staging/qlge/qlge_ethtool.c i