提交 8cfcba41 编写于 作者: D Damien Lespiau 提交者: Daniel Vetter

drm/i915/skl: Add a new line before return

We usually use a new line before those kind of return statements. Also
the various skl_plane_ctl*() functions weren't consistent.

Cc: Chandra Konduru <chandra.konduru@intel.com>
Signed-off-by: NDamien Lespiau <damien.lespiau@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 b250a4c4
...@@ -2999,6 +2999,7 @@ u32 skl_plane_ctl_format(uint32_t pixel_format) ...@@ -2999,6 +2999,7 @@ u32 skl_plane_ctl_format(uint32_t pixel_format)
default: default:
BUG(); BUG();
} }
return plane_ctl_format; return plane_ctl_format;
} }
...@@ -3021,6 +3022,7 @@ u32 skl_plane_ctl_tiling(uint64_t fb_modifier) ...@@ -3021,6 +3022,7 @@ u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
default: default:
MISSING_CASE(fb_modifier); MISSING_CASE(fb_modifier);
} }
return plane_ctl_tiling; return plane_ctl_tiling;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册