linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c
@ 2012-02-05 13:50 Masanari Iida
  2012-02-05 22:57 ` Jakob Bornecrantz
  2012-02-05 22:59 ` Jesper Juhl
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2012-02-05 13:50 UTC (permalink / raw)
  To: airlied, dri-devel; +Cc: trivial, linux-kernel, standby24x7

Correct spelling "unsuported" to "unsupported" in
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
index f390f5f..2d6f573 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
@@ -430,7 +430,7 @@ static int vmw_driver_load(struct drm_device *dev, unsigned long chipset)
 	svga_id = vmw_read(dev_priv, SVGA_REG_ID);
 	if (svga_id != SVGA_ID_2) {
 		ret = -ENOSYS;
-		DRM_ERROR("Unsuported SVGA ID 0x%x\n", svga_id);
+		DRM_ERROR("Unsupported SVGA ID 0x%x\n", svga_id);
 		mutex_unlock(&dev_priv->hw_mutex);
 		goto out_err0;
 	}
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c
  2012-02-05 13:50 [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c Masanari Iida
@ 2012-02-05 22:57 ` Jakob Bornecrantz
  2012-02-05 22:59 ` Jesper Juhl
  1 sibling, 0 replies; 3+ messages in thread
From: Jakob Bornecrantz @ 2012-02-05 22:57 UTC (permalink / raw)
  To: Masanari Iida; +Cc: trivial, linux-kernel, airlied, dri-devel

Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>

----- Original Message -----
> Correct spelling "unsuported" to "unsupported" in
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> index f390f5f..2d6f573 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> @@ -430,7 +430,7 @@ static int vmw_driver_load(struct drm_device
> *dev, unsigned long chipset)
>  	svga_id = vmw_read(dev_priv, SVGA_REG_ID);
>  	if (svga_id != SVGA_ID_2) {
>  		ret = -ENOSYS;
> -		DRM_ERROR("Unsuported SVGA ID 0x%x\n", svga_id);
> +		DRM_ERROR("Unsupported SVGA ID 0x%x\n", svga_id);
>  		mutex_unlock(&dev_priv->hw_mutex);
>  		goto out_err0;
>  	}
> --
> 1.7.6.5

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

* Re: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c
  2012-02-05 13:50 [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c Masanari Iida
  2012-02-05 22:57 ` Jakob Bornecrantz
@ 2012-02-05 22:59 ` Jesper Juhl
  1 sibling, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2012-02-05 22:59 UTC (permalink / raw)
  To: Masanari Iida; +Cc: airlied, dri-devel, trivial, linux-kernel

On Sun, 5 Feb 2012, Masanari Iida wrote:

> Correct spelling "unsuported" to "unsupported" in
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Reviewed-by: Jesper Juhl <jj@chaosbits.net>


> ---
>  drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> index f390f5f..2d6f573 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> @@ -430,7 +430,7 @@ static int vmw_driver_load(struct drm_device *dev, unsigned long chipset)
>  	svga_id = vmw_read(dev_priv, SVGA_REG_ID);
>  	if (svga_id != SVGA_ID_2) {
>  		ret = -ENOSYS;
> -		DRM_ERROR("Unsuported SVGA ID 0x%x\n", svga_id);
> +		DRM_ERROR("Unsupported SVGA ID 0x%x\n", svga_id);
>  		mutex_unlock(&dev_priv->hw_mutex);
>  		goto out_err0;
>  	}
> 

-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


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

end of thread, other threads:[~2012-02-05 22:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-05 13:50 [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c Masanari Iida
2012-02-05 22:57 ` Jakob Bornecrantz
2012-02-05 22:59 ` Jesper Juhl

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