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:
b9ede27
)
drm/exynos: Add missing braces around sizeof
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 25 Jan 2013 09:15:42 +0000
(14:45 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 21 Feb 2013 06:00:26 +0000
(15:00 +0900)
Fixes the following checkpatch warning:
WARNING: sizeof *sgt should be sizeof(*sgt)
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
No differences found