Re: [i4passt] [PATCH 1/5] staging/qlge: remove initialising of static local variable

2019-11-28 Thread Tobias Langer
Hi, the patch series looks fine to me, I think you can go ahead and send it to the kernel. Kind regards Tobias On 27.11.19 13:30, Dorothea Ehrl wrote: > This patch fixes "ERROR: do not initialise statics to 0" by checkpatch.pl. > > Signed-off-by: Dorothea Ehrl > Co-developed-by: Vanessa Hack

[PATCH 1/5] staging/qlge: remove initialising of static local variable

2019-11-27 Thread Dorothea Ehrl
This patch fixes "ERROR: do not initialise statics to 0" by checkpatch.pl. Signed-off-by: Dorothea Ehrl Co-developed-by: Vanessa Hack Signed-off-by: Vanessa Hack --- drivers/staging/qlge/qlge_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git