From: Jeff Mahoney Date: Wed, 23 Apr 2014 14:00:41 +0000 (-0400) Subject: reiserfs: cleanup, remove leading whitespace from labels X-Git-Tag: omap-for-v3.16/fixes-against-rc1~53^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf776a7a4dafa330dd371a6a301ddf9e38747d93;p=pandora-kernel.git reiserfs: cleanup, remove leading whitespace from labels This patch moves reiserfs closer to adhering to the style rules by removing leading whitespace from labels. Signed-off-by: Jeff Mahoney Signed-off-by: Jan Kara --- diff --git a/fs/reiserfs/bitmap.c b/fs/reiserfs/bitmap.c index 46359bf3e9e5..543a2a23a293 100644 --- a/fs/reiserfs/bitmap.c +++ b/fs/reiserfs/bitmap.c @@ -167,7 +167,7 @@ static int scan_bitmap_block(struct reiserfs_transaction_handle *th, return 0; while (1) { - cont: +cont: if (bi->free_count < min) { brelse(bh); return 0; /* No free blocks in this bitmap */ @@ -409,7 +409,7 @@ static int scan_bitmap(struct reiserfs_transaction_handle *th, nr_allocated = scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm); - ret: +ret: *start = bm * off_max + off; return nr_allocated; Reading git-diff-tree failed