Explorar o código

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 <bergwolf@gmail.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Fengguang Wu %!s(int64=12) %!d(string=hai) anos
pai
achega
9076b09e07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c

+ 1 - 1
drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c

@@ -207,7 +207,7 @@ static void enc_pools_release_free_pages(long npages)
 			p_idx++;
 			p_idx++;
 			g_idx = 0;
 			g_idx = 0;
 		}
 		}
-	};
+	}
 
 
 	/* free unused pools */
 	/* free unused pools */
 	while (p_idx_max1 < p_idx_max2) {
 	while (p_idx_max1 < p_idx_max2) {