From: Fabio Estevam Date: Mon, 28 Apr 2014 11:01:07 +0000 (-0300) Subject: imx-hdmi: Make checkpatch happy X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~536 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44ab1b0df0a3d35ca31dca077c22ec545906626;p=pandora-kernel.git imx-hdmi: Make checkpatch happy WARNING: Missing a blank line after declarations #160: FILE: drivers/staging/imx-drm/imx-hdmi.c:160: + u8 val = hdmi_readb(hdmi, reg) & ~mask; + val |= data & mask; WARNING: Missing a blank line after declarations #1609: FILE: drivers/staging/imx-drm/imx-hdmi.c:1609: + const struct platform_device_id *device_id = of_id->data; + hdmi->dev_type = device_id->driver_data; total: 0 errors, 2 warnings, 1767 lines checked drivers/staging/imx-drm/imx-hdmi.c has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Signed-off-by: Fabio Estevam Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed