mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 05:31:17 -04:00
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: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
b250a4c43c
commit
8cfcba415e
@@ -2999,6 +2999,7 @@ u32 skl_plane_ctl_format(uint32_t pixel_format)
|
||||
default:
|
||||
BUG();
|
||||
}
|
||||
|
||||
return plane_ctl_format;
|
||||
}
|
||||
|
||||
@@ -3021,6 +3022,7 @@ u32 skl_plane_ctl_tiling(uint64_t fb_modifier)
|
||||
default:
|
||||
MISSING_CASE(fb_modifier);
|
||||
}
|
||||
|
||||
return plane_ctl_tiling;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user