From patchwork Wed Nov 1 14:04:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liviu Dudau X-Patchwork-Id: 117710 Delivered-To: patch@linaro.org Received: by 10.140.22.164 with SMTP id 33csp934063qgn; Wed, 1 Nov 2017 07:10:22 -0700 (PDT) X-Google-Smtp-Source: ABhQp+R0BFx8U5Rxpl4mBNKeCZhLUlnZA/zUW7/OXgkHEAauRr43mk8PghBVDZpf7arrx0V9U2+g X-Received: by 10.98.159.210 with SMTP id v79mr7253290pfk.162.1509545421947; Wed, 01 Nov 2017 07:10:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1509545421; cv=none; d=google.com; s=arc-20160816; b=Wh3BD79Yx7ffvnx9gqMBIftBstaonHm9gLbxwGU7u5ZtfqbKKxSVf5tQbHmSl+ATRj CNh8shDFxeITgRfoerIL916dUauQ0SyvT1LMdk1GCRuH0aLH8MX9hed2S3qS9MbybBHQ cxBJ08IpFgc09pgYBkR0VSoQtjyz3a0s8ODZ7I6xngqav8q6TfHiPxXPCqYzcM5V+ZXP 7Lo2Y/4pxxKXHnYY3FDa2UMHREJMepj/8H1i9uz6igdtpefsFUojvx6vg+MZS6PPRG1U gl+TaD3RfFqk6sQMWKidOa0kDfwneMXfJAEZROrXdrB8l5fd/6PVL5QHZAaHLYafXeiC 3FYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:cc:message-id:date:subject:to:from:delivered-to :arc-authentication-results; bh=xvAIVvp2CcpILVkAvqaN++t2ouII25TGI3YGmvWIXrc=; b=A/cz7NNPJgVIqSvjqkfM0B5tyQzA7CFhPJd9Yfz/EAb39owbTMbvsUimg7xWJQ8RZB 9n7nL2jjsqHw4m4bxLWLf5mdUNGCjyBy6SPDxdYj58Nmrs6vNH4IqPgOgccFfFmRCr1y ICPSX9LXq+I9L4DBgg1i+aamXLVhPnRcdgNJUC7ceFQFOhAQgXa6J3DeOOvIHxWDgPSw wRI1GGHPp4P2rYFnEJERBdfTdBtab5p+lY+8LVMgXVvlnbUlgEmSgvVXhCpDjLzlgbPm 9EEMdkgxaOmxOWGqf7HRCvVCs3kEAD8a5HtAEeV8aWaaqxFlmawPQMu6nddK1nHbf06j 41WA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [131.252.210.177]) by mx.google.com with ESMTPS id z23si1147725pfj.561.2017.11.01.07.10.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Nov 2017 07:10:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) client-ip=131.252.210.177; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 131.252.210.177 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9767C6E741; Wed, 1 Nov 2017 14:10:20 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by gabe.freedesktop.org (Postfix) with ESMTPS id 622C26E23B for ; Wed, 1 Nov 2017 14:10:19 +0000 (UTC) Received: from e110455-lin.cambridge.arm.com (e110455-lin.cambridge.arm.com [10.2.131.60]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id vA1E4atb027906; Wed, 1 Nov 2017 14:04:36 GMT From: Liviu Dudau To: Daniel Vetter Subject: [PATCH] drm: Spelling fixes Date: Wed, 1 Nov 2017 14:04:36 +0000 Message-Id: <20171101140436.2743-1-Liviu.Dudau@arm.com> X-Mailer: git-send-email 2.14.3 Cc: DRI-devel X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Minor spelling fix for 'monster' and replace 'on' with 'own' in comments. Signed-off-by: Liviu Dudau Reviewed-by: Alex Deucher --- drivers/gpu/drm/drm_atomic.c | 2 +- drivers/gpu/drm/drm_mm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic.c b/drivers/gpu/drm/drm_atomic.c index c2da5585e2012..11614ea03fc8b 100644 --- a/drivers/gpu/drm/drm_atomic.c +++ b/drivers/gpu/drm/drm_atomic.c @@ -1808,7 +1808,7 @@ int drm_atomic_debugfs_init(struct drm_minor *minor) #endif /* - * The big monstor ioctl + * The big monster ioctl */ static struct drm_pending_vblank_event *create_vblank_event( diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c index 61a1c8ea74bc5..eb86bc3f753b3 100644 --- a/drivers/gpu/drm/drm_mm.c +++ b/drivers/gpu/drm/drm_mm.c @@ -92,7 +92,7 @@ * some basic allocator dumpers for debugging. * * Note that this range allocator is not thread-safe, drivers need to protect - * modifications with their on locking. The idea behind this is that for a full + * modifications with their own locking. The idea behind this is that for a full * memory manager additional data needs to be protected anyway, hence internal * locking would be fully redundant. */