mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
5345010cc8
commit
2dfd7cf6ce
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ int sbusfb_mmap_helper(struct sbus_mmap_map *map,
|
||||||
map_offset = (physbase + map[i].poff) & POFF_MASK;
|
map_offset = (physbase + map[i].poff) & POFF_MASK;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!map_size){
|
if (!map_size) {
|
||||||
page += PAGE_SIZE;
|
page += PAGE_SIZE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue