linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] drm/vmwgfx: fix spelling mistake "Cound" -> "Could"
@ 2020-03-26 10:19 Colin King
  2020-03-26 16:03 ` Roland Scheidegger
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-03-26 10:19 UTC (permalink / raw)
  To: VMware Graphics, Thomas Hellstrom, 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 DRM_ERROR error message. Fix it.

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

diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
index 367d5b87ee6a..2e61a4ecd8ef 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
@@ -3037,7 +3037,7 @@ static int vmw_cmd_dx_bind_streamoutput(struct vmw_private *dev_priv,
 	res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
 					 cmd->body.soid);
 	if (IS_ERR(res)) {
-		DRM_ERROR("Cound not find streamoutput to bind.\n");
+		DRM_ERROR("Could not find streamoutput to bind.\n");
 		return PTR_ERR(res);
 	}
 
-- 
2.25.1


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

* Re: [PATCH][next] drm/vmwgfx: fix spelling mistake "Cound" -> "Could"
  2020-03-26 10:19 [PATCH][next] drm/vmwgfx: fix spelling mistake "Cound" -> "Could" Colin King
@ 2020-03-26 16:03 ` Roland Scheidegger
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Scheidegger @ 2020-03-26 16:03 UTC (permalink / raw)
  To: Colin King, VMware Graphics, Thomas Hellstrom, David Airlie,
	Daniel Vetter, dri-devel
  Cc: kernel-janitors, linux-kernel


Am 26.03.20 um 11:19 schrieb Colin King:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a DRM_ERROR error message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> index 367d5b87ee6a..2e61a4ecd8ef 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
> @@ -3037,7 +3037,7 @@ static int vmw_cmd_dx_bind_streamoutput(struct vmw_private *dev_priv,
>  	res = vmw_dx_streamoutput_lookup(vmw_context_res_man(ctx_node->ctx),
>  					 cmd->body.soid);
>  	if (IS_ERR(res)) {
> -		DRM_ERROR("Cound not find streamoutput to bind.\n");
> +		DRM_ERROR("Could not find streamoutput to bind.\n");
>  		return PTR_ERR(res);
>  	}
>  
> 

Reviewed-by: Roland Scheidegger <sroland@vmware.com>

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

end of thread, other threads:[~2020-03-26 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26 10:19 [PATCH][next] drm/vmwgfx: fix spelling mistake "Cound" -> "Could" Colin King
2020-03-26 16:03 ` Roland Scheidegger

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).