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>
This commit is contained in:
YAMANE Toshiaki 2012-11-14 19:41:13 +09:00 committed by Greg Kroah-Hartman
parent 373de7f4f7
commit c17d37df98

View file

@ -436,8 +436,8 @@ void omap_plane_install_properties(struct drm_plane *plane,
drm_object_attach_property(obj, prop, 0); drm_object_attach_property(obj, prop, 0);
} }
prop = priv->zorder_prop; prop = priv->zorder_prop;
if (!prop) { if (!prop) {
prop = drm_property_create_range(dev, 0, "zorder", 0, 3); prop = drm_property_create_range(dev, 0, "zorder", 0, 3);
if (prop == NULL) if (prop == NULL)
return; return;