1
0
Fork 0

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>
wifi-calibration
YAMANE Toshiaki 2012-11-14 19:41:13 +09:00 committed by Greg Kroah-Hartman
parent 373de7f4f7
commit c17d37df98
1 changed files with 2 additions and 2 deletions

View 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;