]> Git Repo - linux.git/commitdiff
staging/lustre: fix coccinelle warnings
authorFengguang Wu <[email protected]>
Sun, 15 Sep 2013 02:56:25 +0000 (19:56 -0700)
committerGreg Kroah-Hartman <[email protected]>
Tue, 17 Sep 2013 14:47:46 +0000 (07:47 -0700)
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 <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c

index e90c8fb7da6a73643531c1cd1914d5826a280c2d..26f3f417edcc388c86cf83189d62c9001cd39c0c 100644 (file)
@@ -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) {
This page took 0.066418 seconds and 4 git commands to generate.