projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5345010
)
Drivers: video: sbuslib: fixed a brace coding style issue
author
Zac Storer
<zac.3.14159@gmail.com>
Fri, 18 Nov 2011 04:38:58 +0000
(21:38 -0700)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Tue, 22 Nov 2011 01:00:24 +0000
(
01:00
+0000)
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>
drivers/video/sbuslib.c
patch
|
blob
|
history
diff --git
a/drivers/video/sbuslib.c
b/drivers/video/sbuslib.c
index 37d764ad56b052a8249dc8d9062c7af07a09d167..3c1de981a18cf77a49fbe2b9239112e29ecfe547 100644
(file)
--- a/
drivers/video/sbuslib.c
+++ b/
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;
}