[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-12-29 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-12-29 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-24 Thread Greg KH
On Mon, Nov 24, 2014 at 11:33:18AM +0530, Balavasu kuppusammyprathaban wrote: > This patch fixes the checkpatch.pl issue > Error: do not initialise statics to 0 or NULL > > Signed-off-by: Balavasu kuppusammyprathaban > --- > drivers/staging/lustre/lnet/lnet/router.c | 10 +- > 1 file

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-24 Thread Greg KH
On Mon, Nov 24, 2014 at 11:33:18AM +0530, Balavasu kuppusammyprathaban wrote: This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kuppusammyprathabankp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/router.c | 10

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Balavasu kuppusammyprathaban
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kuppusammyprathaban --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Greg KH
On Mon, Nov 24, 2014 at 12:15:21AM +0530, Balavasu kuppusammyprathaban wrote: > This patch fixes the checkpatch.pl issue > Error: do not initialise statics to 0 or NULL > > Signed-off-by: Balavasu You seem to have ignored everything I said in my last response to your previous submission, which

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Balavasu kuppusammyprathaban
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Balavasu kuppusammyprathaban
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Greg KH
On Mon, Nov 24, 2014 at 12:15:21AM +0530, Balavasu kuppusammyprathaban wrote: This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kp.balav...@gmail.com You seem to have ignored everything I said in my last response to your previous

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-11-23 Thread Balavasu kuppusammyprathaban
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL Signed-off-by: Balavasu kuppusammyprathabankp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-10-31 Thread Greg KH
On Fri, Oct 31, 2014 at 11:48:08PM +0530, Balavasu wrote: > This patch fixes the checkpatch.pl issue > Error: do not initialise statics to 0 or NULL for time > > Signed-off-by: Balavasu > --- > drivers/staging/lustre/lnet/lnet/do not instalise 0 | 10 +- That line doesn't look right,

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-10-31 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL for time Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/do not instalise 0 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-10-31 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL for time Signed-off-by: Balavasu kp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/do not instalise 0 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

Re: [PATCH 1/2] staging: lustre: lnet: lnet: do not initialise statics to 0 or NULL

2014-10-31 Thread Greg KH
On Fri, Oct 31, 2014 at 11:48:08PM +0530, Balavasu wrote: This patch fixes the checkpatch.pl issue Error: do not initialise statics to 0 or NULL for time Signed-off-by: Balavasu kp.balav...@gmail.com --- drivers/staging/lustre/lnet/lnet/do not instalise 0 | 10 +- That line doesn't