From: Zac Storer Date: Fri, 18 Nov 2011 04:38:58 +0000 (-0700) Subject: Drivers: video: sbuslib: fixed a brace coding style issue X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2dfd7cf6ce581621c5c0103f96cca7a9924b5f94;p=deliverable%2Flinux.git Drivers: video: sbuslib: fixed a brace coding style issue Fixed a brace coding style issue. Signed-off-by: Zac Storer Signed-off-by: Florian Tobias Schandinat --- diff --git a/drivers/video/sbuslib.c b/drivers/video/sbuslib.c index 37d764ad56b0..3c1de981a18c 100644 --- a/drivers/video/sbuslib.c +++ b/drivers/video/sbuslib.c @@ -76,7 +76,7 @@ int sbusfb_mmap_helper(struct sbus_mmap_map *map, map_offset = (physbase + map[i].poff) & POFF_MASK; break; } - if (!map_size){ + if (!map_size) { page += PAGE_SIZE; continue; }