git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5649911
)
drm/via: fixed coding style issues, simplified return
author
Nicolas Kaiser
<nikai@nikai.net>
Sun, 11 Jul 2010 13:32:42 +0000
(15:32 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 2 Aug 2010 00:17:23 +0000
(10:17 +1000)
Fixed brace, macro and spacing coding style issues.
Simplified
-if (ret) return ret;
-return 0;
+return ret;
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found