Skip to content

Commit

Permalink
Drivers: video: sbuslib: fixed a brace coding style issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zac Storer authored and Florian Tobias Schandinat committed Nov 22, 2011
1 parent 5345010 commit 2dfd7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/sbuslib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2dfd7cf

Please sign in to comment.