From nobody Wed Apr 8 04:26:35 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E415AC32772 for ; Tue, 23 Aug 2022 17:02:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343789AbiHWRCW (ORCPT ); Tue, 23 Aug 2022 13:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344353AbiHWRBM (ORCPT ); Tue, 23 Aug 2022 13:01:12 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51B658C002 for ; Tue, 23 Aug 2022 07:10:52 -0700 (PDT) X-QQ-mid: bizesmtp80t1661263838ta9jzgkz Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Tue, 23 Aug 2022 22:10:37 +0800 (CST) X-QQ-SSF: 0100000000200040B000B00A0000000 X-QQ-FEAT: znfcQSa1hKb69ljbhEMCIyJVqJcyVDLGX2/wMAZJUY1itMbUtF3rvuqdmNYTv dH2/ZQcgOvUGUQ7+ffjWegXeRgahSEt5NOMaSUu/aYxKiH86qIeHHEKCMHSara3mHa3VWo1 AmclRh24J4xbRqdasWerfW4sPvDCnvjBT+5v8qYmJTbgmS3UQ86EnDPFs6SamykoJU0Scfh SDiRAOEsN/np2wJqk1C3cFL51HfQPUU5FdHf8H1fszzHuoTn6b23Q3347h/lvEvKcSqoYOO yrFMclAcPxF0n+Kshj6NDeixVHmC/wjwYyQst7DhKCimsf25tA0yjnYGYdTr3D2e8WT6ZQn Pp4y4jLFcRHCiGTpBMOt3ftcvmEz2Zkz/hw0sUzkMJpZH6Qu8dZgnPxHUepCQ== X-QQ-GoodBg: 0 From: wangjianli To: zackr@vmware.com, linux-graphics-maintainer@vmware.com, airlied@linux.ie, daniel@ffwll.ch Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] drm/vmwgfx: fix repeated words in comments Date: Tue, 23 Aug 2022 22:10:30 +0800 Message-Id: <20220823141030.9078-1-wangjianli@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'to'. Signed-off-by: wangjianli --- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c b/drivers/gpu/drm/vmwg= fx/vmwgfx_execbuf.c index d49de4905efa..23e773222019 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c @@ -381,7 +381,7 @@ static int vmw_execbuf_res_noctx_val_add(struct vmw_sw_= context *sw_context, } =20 /** - * vmw_view_res_val_add - Add a view and the surface it's pointing to to t= he + * vmw_view_res_val_add - Add a view and the surface it's pointing to the * validation list * * @sw_context: The software context holding the validation list. --=20 2.36.1