drm/exynos: Add missing braces around sizeof
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 25 Jan 2013 09:15:42 +0000 (14:45 +0530)
committerInki Dae <inki.dae@samsung.com>
Thu, 21 Feb 2013 06:00:26 +0000 (15:00 +0900)
commite44a5c00169df634c152bdba65c7b735eb3a7a81
tree61151f93f0a68c4208ce1cdb71802a1f8c73e35f
parentb9ede277e15916a9ec3c6c1932c390e4768e71a9
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>
drivers/gpu/drm/exynos/exynos_drm_g2d.c