staging/omapdrm: Fix spacing coding style in omap_plane.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Wed, 14 Nov 2012 10:41:13 +0000 (19:41 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 00:31:05 +0000 (16:31 -0800)
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>
drivers/staging/omapdrm/omap_plane.c

index 25d78ca..2a8e5ba 100644 (file)
@@ -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;