提交 373de7f4 编写于 作者: Y YAMANE Toshiaki 提交者: Greg Kroah-Hartman

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: NYAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 4a19313c
......@@ -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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册