Re: [PATCH 4/4] staging/lustre: fix coccinelle warnings

2013-10-26 Thread Greg Kroah-Hartman
On Mon, Oct 21, 2013 at 11:18:25PM +0800, Peng Tao wrote:
> From: Fengguang Wu 
> 
> drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c:217:2-3: Unneeded semicolon
> 
> Removes unneeded semicolon.
> 
> Generated by: coccinelle/misc/semicolon.cocci
> 
> CC: Peng Tao 
> CC: Andreas Dilger 
> Signed-off-by: Fengguang Wu 
> ---
>  drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

This is already in my tree from someone else, sorry.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 4/4] staging/lustre: fix coccinelle warnings

2013-10-26 Thread Greg Kroah-Hartman
On Mon, Oct 21, 2013 at 11:18:25PM +0800, Peng Tao wrote:
 From: Fengguang Wu fengguang...@intel.com
 
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c:217:2-3: Unneeded semicolon
 
 Removes unneeded semicolon.
 
 Generated by: coccinelle/misc/semicolon.cocci
 
 CC: Peng Tao bergw...@gmail.com
 CC: Andreas Dilger andreas.dil...@intel.com
 Signed-off-by: Fengguang Wu fengguang...@intel.com
 ---
  drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

This is already in my tree from someone else, sorry.

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 4/4] staging/lustre: fix coccinelle warnings

2013-10-21 Thread Peng Tao
From: Fengguang Wu 

drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c:217:2-3: Unneeded semicolon

Removes unneeded semicolon.

Generated by: coccinelle/misc/semicolon.cocci

CC: Peng Tao 
CC: Andreas Dilger 
CC: Greg Kroah-Hartman 
Signed-off-by: Fengguang Wu 
---
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c 
b/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
index 6547f46..316103a 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
@@ -207,7 +207,7 @@ static void enc_pools_release_free_pages(long npages)
p_idx++;
g_idx = 0;
}
-   };
+   }
 
/* free unused pools */
while (p_idx_max1 < p_idx_max2) {
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 4/4] staging/lustre: fix coccinelle warnings

2013-10-21 Thread Peng Tao
From: Fengguang Wu fengguang...@intel.com

drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c:217:2-3: Unneeded semicolon

Removes unneeded semicolon.

Generated by: coccinelle/misc/semicolon.cocci

CC: Peng Tao bergw...@gmail.com
CC: Andreas Dilger andreas.dil...@intel.com
CC: Greg Kroah-Hartman gre...@linuxfoundation.org
Signed-off-by: Fengguang Wu fengguang...@intel.com
---
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c 
b/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
index 6547f46..316103a 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
@@ -207,7 +207,7 @@ static void enc_pools_release_free_pages(long npages)
p_idx++;
g_idx = 0;
}
-   };
+   }
 
/* free unused pools */
while (p_idx_max1  p_idx_max2) {
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/