From: Fengguang Wu Date: Sun, 15 Sep 2013 02:56:25 +0000 (-0700) Subject: staging/lustre: fix coccinelle warnings X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9076b09e07da4b2644a17d7d18e117944cbc09be;p=openwrt%2Fstaging%2Fblogic.git staging/lustre: fix coccinelle warnings 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 Signed-off-by: Fengguang Wu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c b/drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c index e90c8fb7da6a..26f3f417edcc 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) {