Commit 2dfd7cf6ce581621c5c0103f96cca7a9924b5f94

Authored by Zac Storer
Committed by Florian Tobias Schandinat
1 parent 5345010cc8

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/video/sbuslib.c
... ... @@ -76,7 +76,7 @@
76 76 map_offset = (physbase + map[i].poff) & POFF_MASK;
77 77 break;
78 78 }
79   - if (!map_size){
  79 + if (!map_size) {
80 80 page += PAGE_SIZE;
81 81 continue;
82 82 }