Skip to content

Commit

Permalink
drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in DRM_DEV_ERROR error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20181106154022.9209-1-colin.king@canonical.com
  • Loading branch information
Colin Ian King authored and Linus Walleij committed Nov 20, 2018
1 parent ea6b13e commit f577f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/panel/panel-samsung-s6d16d0.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static int s6d16d0_prepare(struct drm_panel *panel)
ret = mipi_dsi_dcs_set_tear_on(dsi,
MIPI_DSI_DCS_TEAR_MODE_VBLANK);
if (ret) {
DRM_DEV_ERROR(s6->dev, "failed to enble vblank TE (%d)\n",
DRM_DEV_ERROR(s6->dev, "failed to enable vblank TE (%d)\n",
ret);
return ret;
}
Expand Down

0 comments on commit f577f7e

Please sign in to comment.