[PATCH 2/2] staging: lustre: lnet: lnet: trailing statements should be on next line

2015-01-14 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers

[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 b/drivers

[PATCH 2/2] staging: lustre: lnet: lnet: trailing statements should be on next line

2014-11-23 Thread Balavasu kuppusammyprathaban
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu kuppusammyprathaban --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet

[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 a/drivers/staging/lustre/lnet/lnet

[PATCH 2/2] staging: lustre: lnet: lnet: trailing statements should be on next line

2014-11-23 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers

[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 b/drivers

[PATCH] staging: lustre: lustre: ptlrpc: Remove unnecessary braces

2014-11-12 Thread Balavasu Kuppusammyprathaban
Fixes the following checkpatch warning: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Balavasu Kuppusammyprathaban --- drivers/staging/lustre/lustre/ptlrpc/client.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/lustre

[PATCH 2/2] staging: lustre: lnet: lnet: trailing statements should be on next line

2014-10-31 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers

[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 a/drivers/staging/lustre/lnet/lnet

[PATCH 2/2] staging: lustre: lnet: lnet: trailing statement

2014-10-24 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise 0

2014-10-24 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/router.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b

[PATCH 2/2] staging: lustre: lnet: lnet: trailing statement

2014-10-17 Thread Balavasu
This patch fixes the checkpatch.pl issue Error: trailing statements should be on next line Signed-off-by: Balavasu --- drivers/staging/lustre/lnet/lnet/router.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers

[PATCH 1/2] staging: lustre: lnet: lnet: do not initialise 0

2014-10-17 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 b/drivers/staging

[PATCH] staging: octeon: Replace memcpy with ETH_ALEN

2014-10-17 Thread Balavasu
This patch fixes the checkpatch.pl issue WARNING: memcpy(dev->dev_addr, mac, ETH_ALEN); Signed-off-by: Balavasu --- drivers/staging/octeon/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c in