浏览代码

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>
Zac Storer 13 年之前
父节点
当前提交
2dfd7cf6ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/video/sbuslib.c

+ 1 - 1
drivers/video/sbuslib.c

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