summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYAMANE Toshiaki <yamanetoshi@gmail.com>2012-11-14 19:41:13 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-14 16:31:05 -0800
commitc17d37df984b0eaf67d422b2698755fe71d6d1e0 (patch)
treeb162dfd1192be0af93c03678b6cbe75fd92d7591
parent373de7f4f7a52d3d18cbe78087325f98e3b7cded (diff)
downloadlinux-3.10-c17d37df984b0eaf67d422b2698755fe71d6d1e0.tar.gz
linux-3.10-c17d37df984b0eaf67d422b2698755fe71d6d1e0.tar.bz2
linux-3.10-c17d37df984b0eaf67d422b2698755fe71d6d1e0.zip
staging/omapdrm: Fix spacing coding style in omap_plane.c
The following errors and warnings fixed. - ERROR: code indent should use tabs where possible - WARNING: please, no spaces at the start of a line Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/omapdrm/omap_plane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/omapdrm/omap_plane.c b/drivers/staging/omapdrm/omap_plane.c
index 25d78ca6fdb..2a8e5bab49c 100644
--- a/drivers/staging/omapdrm/omap_plane.c
+++ b/drivers/staging/omapdrm/omap_plane.c
@@ -436,8 +436,8 @@ void omap_plane_install_properties(struct drm_plane *plane,
drm_object_attach_property(obj, prop, 0);
}
- prop = priv->zorder_prop;
- if (!prop) {
+ prop = priv->zorder_prop;
+ if (!prop) {
prop = drm_property_create_range(dev, 0, "zorder", 0, 3);
if (prop == NULL)
return;