From patchwork Wed Jul 15 05:23:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664317 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BC1CF13A4 for ; Wed, 15 Jul 2020 07:00:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9ADE4205CB for ; Wed, 15 Jul 2020 07:00:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="TlraVXkm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9ADE4205CB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none 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 3CD446E43F; Wed, 15 Jul 2020 06:59:57 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id AAF836E39C for ; Wed, 15 Jul 2020 05:24:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=WnynRIMfITaZMYZcNLabagyEgxDCBTufX2A0jcLZF0o=; b=TlraVXkm1rHpK1VF8Yo7dwSrUE WTobD94OaIOiMsU5X6a+VpyrWzgXlZCFdTeQHguytfv2zJbuPYCaFdDUN2L81O0cJiAJBB9BkpedU LqUcegPY78oIgAvN5fDa/L685DVMXpwgTFhcSJ9qLVRVvJ5aaWajsgWPFuBfvTyg2jSnIRMy0oZOE ZxoxopJ02m2prVxxGZDZ3JLV41XbeG+tD0wHoieon/IkZhOOmlq9EPOiEVhnQ+qiBvHmHGyxuvmiP PI3kl9vsAnZOM1aT9JA5dRA98UE9/vSAdxBFPKMbNVTbag+IW0rrXsm34eHy+DjOtk0DMrZaQfFQt OMBArcUw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvZtf-0006Vd-3V; Wed, 15 Jul 2020 05:23:59 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 5/7] drm: i915_drm.h: delete duplicated words in comments Date: Tue, 14 Jul 2020 22:23:47 -0700 Message-Id: <20200715052349.23319-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200715052349.23319-1-rdunlap@infradead.org> References: <20200715052349.23319-1-rdunlap@infradead.org> MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 15 Jul 2020 06:59:56 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Randy Dunlap , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Drop doubled words "the" and "be" in comments. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/uapi/drm/i915_drm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200714.orig/include/uapi/drm/i915_drm.h +++ linux-next-20200714/include/uapi/drm/i915_drm.h @@ -55,7 +55,7 @@ extern "C" { * cause the related events to not be seen. * * I915_RESET_UEVENT - Event is generated just before an attempt to reset the - * the GPU. The value supplied with the event is always 1. NOTE: Disable + * GPU. The value supplied with the event is always 1. NOTE: Disable * reset via module parameter will cause this event to not be seen. */ #define I915_L3_PARITY_UEVENT "L3_PARITY_ERROR" @@ -1934,7 +1934,7 @@ enum drm_i915_perf_property_id { /** * The value specifies which set of OA unit metrics should be - * be configured, defining the contents of any OA unit reports. + * configured, defining the contents of any OA unit reports. * * This property is available in perf revision 1. */