[PATCH] drm/nouveau/core: fix spelling mistake in comment

2013-03-04 Thread Lijo Antony
Signed-off-by: Lijo Antony 
---
 drivers/gpu/drm/nouveau/core/core/client.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/core/core/client.c 
b/drivers/gpu/drm/nouveau/core/core/client.c
index 295c221..d0f6b9d 100644
--- a/drivers/gpu/drm/nouveau/core/core/client.c
+++ b/drivers/gpu/drm/nouveau/core/core/client.c
@@ -69,7 +69,7 @@ nouveau_client_create_(const char *name, u64 devname, const 
char *cfg,
if (ret)
return ret;

-   /* prevent init/fini being called, os in in charge of this */
+   /* prevent init/fini being called, os is in charge of this */
atomic_set(_object(client)->usecount, 2);

nouveau_object_ref(device, >device);
-- 
1.7.10.4



[PATCH] drm/nouveau/core: fix spelling mistake in comment

2013-03-04 Thread Lijo Antony
Signed-off-by: Lijo Antony lijo.ker...@gmail.com
---
 drivers/gpu/drm/nouveau/core/core/client.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/core/core/client.c 
b/drivers/gpu/drm/nouveau/core/core/client.c
index 295c221..d0f6b9d 100644
--- a/drivers/gpu/drm/nouveau/core/core/client.c
+++ b/drivers/gpu/drm/nouveau/core/core/client.c
@@ -69,7 +69,7 @@ nouveau_client_create_(const char *name, u64 devname, const 
char *cfg,
if (ret)
return ret;
 
-   /* prevent init/fini being called, os in in charge of this */
+   /* prevent init/fini being called, os is in charge of this */
atomic_set(nv_object(client)-usecount, 2);
 
nouveau_object_ref(device, client-device);
-- 
1.7.10.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel