linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/tidss: fix spelling mistake "bufer" -> "buffer"
@ 2020-02-24 15:15 Colin King
  2020-02-24 17:38 ` NAK: " Colin Ian King
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-02-24 15:15 UTC (permalink / raw)
  To: Jyri Sarha, Tomi Valkeinen, David Airlie, Daniel Vetter, dri-devel
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_dbg message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpu/drm/tidss/tidss_dispc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/tidss/tidss_dispc.c b/drivers/gpu/drm/tidss/tidss_dispc.c
index eeb160dc047b..d49f2d6d57df 100644
--- a/drivers/gpu/drm/tidss/tidss_dispc.c
+++ b/drivers/gpu/drm/tidss/tidss_dispc.c
@@ -1699,7 +1699,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;
 		}
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* NAK: [PATCH][next] drm/tidss: fix spelling mistake "bufer" -> "buffer"
  2020-02-24 15:15 [PATCH][next] drm/tidss: fix spelling mistake "bufer" -> "buffer" Colin King
@ 2020-02-24 17:38 ` Colin Ian King
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Ian King @ 2020-02-24 17:38 UTC (permalink / raw)
  To: Jyri Sarha, Tomi Valkeinen, David Airlie, Daniel Vetter, dri-devel
  Cc: kernel-janitors, linux-kernel

On 24/02/2020 15:15, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_dbg message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/tidss/tidss_dispc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/tidss/tidss_dispc.c b/drivers/gpu/drm/tidss/tidss_dispc.c
> index eeb160dc047b..d49f2d6d57df 100644
> --- a/drivers/gpu/drm/tidss/tidss_dispc.c
> +++ b/drivers/gpu/drm/tidss/tidss_dispc.c
> @@ -1699,7 +1699,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;
>  		}
> 
Please ignore this, I've found another mistake. I'll send a V2 shortly.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-24 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 15:15 [PATCH][next] drm/tidss: fix spelling mistake "bufer" -> "buffer" Colin King
2020-02-24 17:38 ` NAK: " Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).