From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lijo Antony Subject: [PATCH] drm/nouveau/core: fix spelling mistake in comment Date: Mon, 4 Mar 2013 20:31:17 +0400 Message-ID: <1362414677-6046-1-git-send-email-lijo.kernel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-da0-f49.google.com (mail-da0-f49.google.com [209.85.210.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 10EF4E606A for ; Mon, 4 Mar 2013 08:31:36 -0800 (PST) Received: by mail-da0-f49.google.com with SMTP id t11so2631080daj.36 for ; Mon, 04 Mar 2013 08:31:35 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: airlied@linux.ie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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(&nv_object(client)->usecount, 2); nouveau_object_ref(device, &client->device); -- 1.7.10.4