Commit c17d37df authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Greg Kroah-Hartman

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: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 373de7f4
...@@ -436,8 +436,8 @@ void omap_plane_install_properties(struct drm_plane *plane, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment