dect
/
linux-2.6
Archived
13
0
Fork 0

Drivers: video: sbuslib: fixed a brace coding style issue

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>
This commit is contained in:
Zac Storer 2011-11-17 21:38:58 -07:00 committed by Florian Tobias Schandinat
parent 5345010cc8
commit 2dfd7cf6ce
1 changed files with 1 additions and 1 deletions

View 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;
}