Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fengguang Wu and committed by
Greg Kroah-Hartman
9076b09e 5fc6f1ae

+1 -1
+1 -1
drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c
··· 207 207 p_idx++; 208 208 g_idx = 0; 209 209 } 210 - }; 210 + } 211 211 212 212 /* free unused pools */ 213 213 while (p_idx_max1 < p_idx_max2) {