Drivers: video: sbuslib: fixed a brace coding style issue
authorZac Storer <zac.3.14159@gmail.com>
Fri, 18 Nov 2011 04:38:58 +0000 (21:38 -0700)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Tue, 22 Nov 2011 01:00:24 +0000 (01:00 +0000)
Fixed a brace coding style issue.

Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/sbuslib.c

index 37d764a..3c1de98 100644 (file)
@@ -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;
                }