Skip to content

Commit

Permalink
drm/tidss: fix spelling mistakes "bufer" and "requsted"
Browse files Browse the repository at this point in the history
There are two spelling mistakes in warning and debug messages.
Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Tested-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200224174226.387874-1-colin.king@canonical.com
  • Loading branch information
Colin Ian King authored and Jyri Sarha committed Feb 28, 2020
1 parent 905ad78 commit 652f67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/tidss/tidss_dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ int dispc_vp_set_clk_rate(struct dispc_device *dispc, u32 hw_videoport,

if (dispc_pclk_diff(rate, new_rate) > 5)
dev_warn(dispc->dev,
"vp%d: Clock rate %lu differs over 5%% from requsted %lu\n",
"vp%d: Clock rate %lu differs over 5%% from requested %lu\n",
hw_videoport, new_rate, rate);

dev_dbg(dispc->dev, "vp%d: new rate %lu Hz (requested %lu Hz)\n",
Expand Down Expand Up @@ -1694,7 +1694,7 @@ static int dispc_vid_calc_scaling(struct dispc_device *dispc,

if (sp->xinc > f->xinc_max) {
dev_dbg(dispc->dev,
"%s: Too wide input bufer %u > %u\n", __func__,
"%s: Too wide input buffer %u > %u\n", __func__,
state->src_w >> 16, in_width_max * f->xinc_max);
return -EINVAL;
}
Expand Down

0 comments on commit 652f67f

Please sign in to comment.