t
for inclusion.
Best regards,
Marco
Marco Cyriacks (1):
socklnd: Remove static initialization to NULL or 0
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_modparams.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
--
1.9.3
__
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 a/drivers/staging/lustre