From patchwork Wed Jul 15 05:23:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664315 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 906696C1 for ; Wed, 15 Jul 2020 07:00:15 +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 6F1692075F for ; Wed, 15 Jul 2020 07:00:15 +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="BAxPo9Mn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6F1692075F 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 ECBF36E444; 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 396C66E391 for ; Wed, 15 Jul 2020 05:23:58 +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: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=HXh3ski+GPcGZpvJ68cKeSX8JRfurQWDErJFFmRJGeg=; b=BAxPo9MnajgoZdIO8PwLphY/qr 8t2T/7knbH63dDEaFnE9kDzUlLPRHzN3jNlg9NQRMjoikd3/+CAsxqkrHEqr1av/yjXWKL/VIbps/ S4EOTAAmcaYdtGc7ctlc6E9OoeUqT/TJ//lnfBAyEG9aRHGagotNllFmG9I2W81ZjoG+tWbndlqt2 31eGzF4IHaSKdGEIVNgfRBf50V9s+TDL4jGk8OkP+Yk+0la/xxSW63O6kRTq8EneCrEKLYdQK7pKD hXXige4rGDEW3IDBQeY28bDuQViKSH8Bf7gkRAL3sKlFDv+/iVsB7XTP8UwSWn54zst0qBwNfXsJ8 yaz9JT5Q==; 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 1jvZtX-0006Vd-Th; Wed, 15 Jul 2020 05:23:52 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 1/7] drm: drm_atomic.h: delete duplicated word in comment Date: Tue, 14 Jul 2020 22:23:43 -0700 Message-Id: <20200715052349.23319-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 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 word "than" in a comment. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/drm/drm_atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/drm/drm_atomic.h +++ linux-next-20200714/include/drm/drm_atomic.h @@ -103,7 +103,7 @@ struct drm_crtc_commit { * * Will be signalled when all hw register changes for this commit have * been written out. Especially when disabling a pipe this can be much - * later than than @flip_done, since that can signal already when the + * later than @flip_done, since that can signal already when the * screen goes black, whereas to fully shut down a pipe more register * I/O is required. * From patchwork Wed Jul 15 05:23:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664329 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 C1F0B6C1 for ; Wed, 15 Jul 2020 07:00:38 +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 A0A5C205CB for ; Wed, 15 Jul 2020 07:00:38 +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="wRO8II/w" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A0A5C205CB 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 6455A6E45E; Wed, 15 Jul 2020 07:00:06 +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 3825F6E378 for ; Wed, 15 Jul 2020 05:23:58 +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=9IWnFL149DsEdluoFjPRJBomyc71/NwJFJ211eC5iS0=; b=wRO8II/w3mzO+r5WYhZT7LZzmb iv9lqJ9NXhnMFxUMyMMNi95Dc6KAPiCfwGQyO59W1z16OXTnTzEahv4xgdsSWD3GpKaCgy9cb0LZ1 zllukXgRfRksbF8TNpQZ9BBc41CVGnRJjsPtVg5kM43RfvNJQ7WbKKePGJbi8su2un8z2JCvYGpiq QfnRYkZSYe2LXM2ysJ4SpHUTmU1M+pfW1r9KJZhSXokv8o9x50ORTeNw1w9Ut8eRoG2U8l63zfrJ7 bMWvhwcdJtCKx52ZewNQtX5w69wY0NBHYf8LvbbTgfHxK7CbVoqTejk9kDMSPLR/F3wWQ2e6+8+Pm NACCPojQ==; 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 1jvZtZ-0006Vd-JX; Wed, 15 Jul 2020 05:23:54 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 2/7] drm: drm_bridge.h: delete duplicated word in comment Date: Tue, 14 Jul 2020 22:23:44 -0700 Message-Id: <20200715052349.23319-2-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 word "should" in a comment. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/drm/drm_bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/drm/drm_bridge.h +++ linux-next-20200714/include/drm/drm_bridge.h @@ -475,7 +475,7 @@ struct drm_bridge_funcs { * one of them should be provided. * * If drivers need to tweak &drm_bridge_state.input_bus_cfg.flags or - * &drm_bridge_state.output_bus_cfg.flags it should should happen in + * &drm_bridge_state.output_bus_cfg.flags it should happen in * this function. By default the &drm_bridge_state.output_bus_cfg.flags * field is set to the next bridge * &drm_bridge_state.input_bus_cfg.flags value or From patchwork Wed Jul 15 05:23:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664327 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 851F36C1 for ; Wed, 15 Jul 2020 07:00:37 +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 63BBC205CB for ; Wed, 15 Jul 2020 07:00:37 +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="NHRE3Qmc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 63BBC205CB 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 248DC6E45C; Wed, 15 Jul 2020 07:00:06 +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 0C20C6E378 for ; Wed, 15 Jul 2020 05:23:59 +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=tciRJW/36yu4csWuTfgh0yv4UeiTA/0HzJq70e8Fsh0=; b=NHRE3QmcqQ+ZYKnqffIXqgbtXK VnOAO0rX+Yenapjf8nEnGs0jYrBPs3p1cZ/7/sngs0LuV2CXj+edDFYvG/xZa9c48rzr+LJAdIJZY RXcIL/mFZOWyDW5lLXR3K/8+zNWgM8rSo+3NcUZ04SOiLaAxdQWzqkGqI/5241rMhmFggveeWYt6Q RceJD3dxbroAVE34y5/yCWI0baqnL5A1/yRBsWbdrtnQyO791d3NbH9Y8DPtfZnZWW0FQeD4BQYoy cvFMX96y2xEzjM1j00C61WpK43MSd1PwJoTe/R3nj2mu4BCLY+ZzIGGwq+TbfuoHQlFwB0Rmc7Ok+ Y+ev10rw==; 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 1jvZtb-0006Vd-Lr; Wed, 15 Jul 2020 05:23:56 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 3/7] drm: drm_gem.h: delete duplicated words in comments Date: Tue, 14 Jul 2020 22:23:45 -0700 Message-Id: <20200715052349.23319-3-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 the doubled words "the" and "by" in comments. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/drm/drm_gem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200714.orig/include/drm/drm_gem.h +++ linux-next-20200714/include/drm/drm_gem.h @@ -143,7 +143,7 @@ struct drm_gem_object_funcs { /** * @vunmap: * - * Releases the the address previously returned by @vmap. Used by the + * Releases the address previously returned by @vmap. Used by the * drm_gem_dmabuf_vunmap() helper. * * This callback is optional. @@ -157,7 +157,7 @@ struct drm_gem_object_funcs { * * This callback is optional. * - * The callback is used by by both drm_gem_mmap_obj() and + * The callback is used by both drm_gem_mmap_obj() and * drm_gem_prime_mmap(). When @mmap is present @vm_ops is not * used, the @mmap callback must set vma->vm_ops instead. */ From patchwork Wed Jul 15 05:23:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664319 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 A572C6C1 for ; Wed, 15 Jul 2020 07:00:29 +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 83E63205CB for ; Wed, 15 Jul 2020 07:00:29 +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="vdi1FjyD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 83E63205CB 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 54D396E447; Wed, 15 Jul 2020 07:00:04 +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 B88476E378 for ; Wed, 15 Jul 2020 05:24:00 +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=W6d2rIfmPgB2Me+j3lzL51vigZ26PwE/oISWnxasd3k=; b=vdi1FjyDet0vrzo7qKoohaC600 ocUWo/IQxBXughg1N7FllP39wcgVlO3Rty+2FIsrzFBMtFlTN86tEwWJmheg9+ODJTgJvk9iqAB4e rAo9k78EhN5tQYh8HREM1OSPouvuGBzctAJTCVzycbYdwZSx3yQeIzdasjQlbu6cAm63J9bu+3G83 VN+Tg809XxJnCkkQO3ha5M1I0sQb9fdh59JOaj+v6J2dyaWoVsmbyhe5D+/LyEnsLD8GsG9I2/GQG EKDMOqt36P1qB1YcmeX8613s+bIrfsNHP4Dur/7zJFoTq7vysbk8v5HRGBkif4e9fJerqHN5hR9nr NP1Ot6IA==; 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 1jvZtd-0006Vd-Bq; Wed, 15 Jul 2020 05:23:57 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 4/7] drm: drm_mode_config.h: delete duplicated words in comments Date: Tue, 14 Jul 2020 22:23:46 -0700 Message-Id: <20200715052349.23319-4-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 word "is" in several comments. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/drm/drm_mode_config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-next-20200714.orig/include/drm/drm_mode_config.h +++ linux-next-20200714/include/drm/drm_mode_config.h @@ -603,22 +603,22 @@ struct drm_mode_config { struct drm_property *prop_src_h; /** * @prop_crtc_x: Default atomic plane property for the plane destination - * position in the &drm_crtc is is being shown on. + * position in the &drm_crtc is being shown on. */ struct drm_property *prop_crtc_x; /** * @prop_crtc_y: Default atomic plane property for the plane destination - * position in the &drm_crtc is is being shown on. + * position in the &drm_crtc is being shown on. */ struct drm_property *prop_crtc_y; /** * @prop_crtc_w: Default atomic plane property for the plane destination - * position in the &drm_crtc is is being shown on. + * position in the &drm_crtc is being shown on. */ struct drm_property *prop_crtc_w; /** * @prop_crtc_h: Default atomic plane property for the plane destination - * position in the &drm_crtc is is being shown on. + * position in the &drm_crtc is being shown on. */ struct drm_property *prop_crtc_h; /** 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. */ From patchwork Wed Jul 15 05:23:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664323 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 635526C1 for ; Wed, 15 Jul 2020 07:00:33 +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 4244E205CB for ; Wed, 15 Jul 2020 07:00:33 +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="TAZz7skh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4244E205CB 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 24EA46E455; Wed, 15 Jul 2020 07:00:05 +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 617946E39C for ; Wed, 15 Jul 2020 05:24:04 +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=jatY69qSBEdSfoP6T/nc+TThcdoyEXqNhA+mZsMH4ko=; b=TAZz7skhHTyLYoWE5V1RZqv5bD 9SOCQlYXsEjRpoeASre0wUlSlYgjzj0NiDshHbR2q5LB9REvaaJRtbehC3FgNBOiPXSPfPe7LUzRO xEuiAKK+EtQNKE7Sgy/LdW75yhw3YNiCHZxBVCOJ3beb0k7yT1dwRUo/3yZTN5C+M3aIdItbuREGW n0u9/vETQLJ1mDVZHak3UD7pSYImtXXUt2zUcdDNIn6V8y/kgmvjVdbsIQjFNVA8V+jn2Mhxp8J/Z sc/IxmOg3sPGdJS+JiM6e/OyMarg5lpacfy5rqMTNBTHmhpdw+RtToFmWmRi99nveHwmkmezPVQ0/ fXgZfzBA==; 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 1jvZtg-0006Vd-Rp; Wed, 15 Jul 2020 05:24:01 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 6/7] drm: msm_drm.h: delete duplicated words in comments Date: Tue, 14 Jul 2020 22:23:48 -0700 Message-Id: <20200715052349.23319-6-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 the doubled word "to" in comments. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/uapi/drm/msm_drm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-next-20200714.orig/include/uapi/drm/msm_drm.h +++ linux-next-20200714/include/uapi/drm/msm_drm.h @@ -252,8 +252,8 @@ struct drm_msm_gem_submit { __u64 cmds; /* in, ptr to array of submit_cmd's */ __s32 fence_fd; /* in/out fence fd (see MSM_SUBMIT_FENCE_FD_IN/OUT) */ __u32 queueid; /* in, submitqueue id */ - __u64 in_syncobjs; /* in, ptr to to array of drm_msm_gem_submit_syncobj */ - __u64 out_syncobjs; /* in, ptr to to array of drm_msm_gem_submit_syncobj */ + __u64 in_syncobjs; /* in, ptr to array of drm_msm_gem_submit_syncobj */ + __u64 out_syncobjs; /* in, ptr to array of drm_msm_gem_submit_syncobj */ __u32 nr_in_syncobjs; /* in, number of entries in in_syncobj */ __u32 nr_out_syncobjs; /* in, number of entries in out_syncobj. */ __u32 syncobj_stride; /* in, stride of syncobj arrays. */ From patchwork Wed Jul 15 05:23:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11664331 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 66D6313A4 for ; Wed, 15 Jul 2020 07:00:44 +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 45E302064C for ; Wed, 15 Jul 2020 07:00:44 +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="FussjJjx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 45E302064C 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 93E326E463; Wed, 15 Jul 2020 07:00:43 +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 0F55A6E3A2 for ; Wed, 15 Jul 2020 05:24:06 +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=YMqA4e1JC5L+qLXFvqzuaShUVuLVIuYUnNwfr5LoQVE=; b=FussjJjxrO6Ou5ypAx7HgdpCvv /bCUIKQBeT3mpCjCXj2mjJ6JyXA95qjDOsX1n76uxYZCSqMV1CPWrxoNm5P31gy6gW3U64UYOu+un NrFoxfZZiyiAYCdyDPgh5vh0t6pdPpCoYf6Y978ky0lQFExfZaaIAeMHT8DepIyfvSJC8qpkQqBFG kMfIqUazby4vRAnHIW9qYv5OW1jIqGEiFo7ubZBCZ0Fpcol/LDYVTiLsWOuWHn2XD2i7MYOBhpdeh pXh7rBujm9iktR3aPMgbhxhEm3oA7CxG1QAByOEknwMi5lzjOBLCItmmkg/Kw7ZZamDkklBOWnPFg veWDn2tA==; 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 1jvZti-0006Vd-Rt; Wed, 15 Jul 2020 05:24:03 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Subject: [PATCH 7/7] drm: drm_rect.h: delete duplicated word in comment Date: Tue, 14 Jul 2020 22:23:49 -0700 Message-Id: <20200715052349.23319-7-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 word "the" in a comment. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- include/drm/drm_rect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/drm/drm_rect.h +++ linux-next-20200714/include/drm/drm_rect.h @@ -180,7 +180,7 @@ static inline int drm_rect_height(const } /** - * drm_rect_visible - determine if the the rectangle is visible + * drm_rect_visible - determine if the rectangle is visible * @r: rectangle whose visibility is returned * * RETURNS: