diff options
| author | Jyri Sarha <jsarha@ti.com> | 2017-03-24 10:47:53 -0400 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-04-03 05:36:40 -0400 |
| commit | 273ffeaf8c90c4afc88bc48189d9e8c20106fac7 (patch) | |
| tree | 882e9a1967d4dcc7e49625c041a423da3721b79f /drivers/gpu/drm/omapdrm | |
| parent | 864050c78e1c5d619da3c1b0a891d474dfd336bf (diff) | |
drm/omap: Fix one ugly indentation style break left by coccinelle
Fix one ugly indentation style break left by the previous coccilnelle
patch.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dispc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dispc.c b/drivers/gpu/drm/omapdrm/dss/dispc.c index 8100fec2ca7b..5ac0145fbae6 100644 --- a/drivers/gpu/drm/omapdrm/dss/dispc.c +++ b/drivers/gpu/drm/omapdrm/dss/dispc.c | |||
| @@ -1802,8 +1802,7 @@ static void dispc_ovl_set_scaling(enum omap_plane_id plane, | |||
| 1802 | rotation); | 1802 | rotation); |
| 1803 | } | 1803 | } |
| 1804 | 1804 | ||
| 1805 | static void dispc_ovl_set_rotation_attrs(enum omap_plane_id plane, | 1805 | static void dispc_ovl_set_rotation_attrs(enum omap_plane_id plane, u8 rotation, |
| 1806 | u8 rotation, | ||
| 1807 | enum omap_dss_rotation_type rotation_type, | 1806 | enum omap_dss_rotation_type rotation_type, |
| 1808 | bool mirroring, enum omap_color_mode color_mode) | 1807 | bool mirroring, enum omap_color_mode color_mode) |
| 1809 | { | 1808 | { |
| @@ -2834,7 +2833,7 @@ static int dispc_ovl_setup_common(enum omap_plane_id plane, | |||
| 2834 | } | 2833 | } |
| 2835 | 2834 | ||
| 2836 | static int dispc_ovl_setup(enum omap_plane_id plane, | 2835 | static int dispc_ovl_setup(enum omap_plane_id plane, |
| 2837 | const struct omap_overlay_info *oi, | 2836 | const struct omap_overlay_info *oi, |
| 2838 | const struct videomode *vm, bool mem_to_mem) | 2837 | const struct videomode *vm, bool mem_to_mem) |
| 2839 | { | 2838 | { |
| 2840 | int r; | 2839 | int r; |
