From: Sachin Kamat Date: Fri, 31 Aug 2012 10:20:47 +0000 (+0530) Subject: drm/exynos: Add missing braces around sizeof in exynos_hdmi.c X-Git-Tag: v3.6-rc6~14^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc837ac3c6eb76d734e471512eaeba210fa5e98;p=pandora-kernel.git drm/exynos: Add missing braces around sizeof in exynos_hdmi.c Fixes the following checkpatch warnings: WARNING: sizeof *res should be sizeof(*res) WARNING: sizeof res->regul_bulk[0] should be sizeof(res->regul_bulk[0]) WARNING: sizeof *res should be sizeof(*res) Signed-off-by: Sachin Kamat Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed