commit | e44a5c00169df634c152bdba65c7b735eb3a7a81 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Fri Jan 25 14:45:42 2013 +0530 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Feb 21 15:00:26 2013 +0900 |
tree | 61151f93f0a68c4208ce1cdb71802a1f8c73e35f | |
parent | b9ede277e15916a9ec3c6c1932c390e4768e71a9 [diff] |
drm/exynos: Add missing braces around sizeof 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>