Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 373de7f4 authored by YAMANE Toshiaki's avatar YAMANE Toshiaki Committed by Greg Kroah-Hartman
Browse files

staging/omapdrm: Fix spacing coding style in omap_plane.c



The following warning fixed.
- WARNING: braces {} are not necessary for single statement blocks

Signed-off-by: default avatarYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a19313c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -551,8 +551,8 @@ struct drm_plane *omap_plane_init(struct drm_device *dev,
	return plane;

fail:
	if (plane) {
	if (plane)
		omap_plane_destroy(plane);
	}

	return NULL;
}