[PATCH] socklnd: Remove static initialization to NULL or 0

2014-08-22 Thread Marco Cyriacks
This patch fixes the following coding style issue: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Marco Cyriacks --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH] socklnd: Remove static initialization to NULL or 0

2014-08-22 Thread Marco Cyriacks
This patch fixes the following coding style issue: ERROR: do not initialise statics to 0 or NULL Signed-off-by: Marco Cyriacks ma...@cyriacks.net --- drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git