Re: [PATCH 2/3] staging: dgnc: Fix do not initialise statics to 0 or NULL

2014-07-24 Thread Paul Bolle
Seunghun Lee schreef op vr 25-07-2014 om 00:26 [+0900]: > This patch fixes checkpatch errors > "do not initialise statics to 0 or NULL" > > Signed-off-by: Seunghun Lee > --- > drivers/staging/dgnc/dgnc_trace.c |2 +- > drivers/staging/dgnc/dgnc_tty.c |2 +- > 2 files changed, 2 inserti

[PATCH 2/3] staging: dgnc: Fix do not initialise statics to 0 or NULL

2014-07-24 Thread Seunghun Lee
This patch fixes checkpatch errors "do not initialise statics to 0 or NULL" Signed-off-by: Seunghun Lee --- drivers/staging/dgnc/dgnc_trace.c |2 +- drivers/staging/dgnc/dgnc_tty.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_trace.c