Commit 2dfd7cf6 authored by Zac Storer's avatar Zac Storer Committed by Florian Tobias Schandinat

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

Fixed a brace coding style issue.
Signed-off-by: default avatarZac Storer <zac.3.14159@gmail.com>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 5345010c
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment