2012-02-05 13:51:16

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c

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

Signed-off-by: Masanari Iida <[email protected]>
---
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


2012-02-05 22:57:13

by Jakob Bornecrantz

[permalink] [raw]
Subject: Re: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c

Reviewed-by: Jakob Bornecrantz <[email protected]>

----- Original Message -----
> Correct spelling "unsuported" to "unsupported" in
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
>
> Signed-off-by: Masanari Iida <[email protected]>
> ---
> 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

2012-02-05 22:59:15

by Jesper Juhl

[permalink] [raw]
Subject: Re: [PATCH] [trivial] drm: Fix typo in vmwgfx_drv.c

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 <[email protected]>

Reviewed-by: Jesper Juhl <[email protected]>


> ---
> 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 <[email protected]> http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.