Skip to content

Commit

Permalink
drm/omap: Fix one ugly indentation style break left by coccinelle
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha authored and Tomi Valkeinen committed Apr 3, 2017
1 parent 864050c commit 273ffea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/gpu/drm/omapdrm/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1802,8 +1802,7 @@ static void dispc_ovl_set_scaling(enum omap_plane_id plane,
rotation);
}

static void dispc_ovl_set_rotation_attrs(enum omap_plane_id plane,
u8 rotation,
static void dispc_ovl_set_rotation_attrs(enum omap_plane_id plane, u8 rotation,
enum omap_dss_rotation_type rotation_type,
bool mirroring, enum omap_color_mode color_mode)
{
Expand Down Expand Up @@ -2834,7 +2833,7 @@ static int dispc_ovl_setup_common(enum omap_plane_id plane,
}

static int dispc_ovl_setup(enum omap_plane_id plane,
const struct omap_overlay_info *oi,
const struct omap_overlay_info *oi,
const struct videomode *vm, bool mem_to_mem)
{
int r;
Expand Down

0 comments on commit 273ffea

Please sign in to comment.