Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos/hdmi: add a missing tab

Smatch warns that the if statement isn't indented.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20160512195457.GA19095@mwanda

authored by

Dan Carpenter and committed by
Daniel Vetter
f9628c2a 3995b395

+1 -1
+1 -1
drivers/gpu/drm/exynos/exynos_hdmi.c
··· 1626 1626 1627 1627 clks = devm_kzalloc(dev, sizeof(*clks) * count, GFP_KERNEL); 1628 1628 if (!clks) 1629 - return -ENOMEM; 1629 + return -ENOMEM; 1630 1630 1631 1631 hdata->clk_gates = clks; 1632 1632 hdata->clk_muxes = clks + drv_data->clk_gates.count;