From nobody Mon Apr 6 09:42:45 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 D5220C38145 for ; Thu, 8 Sep 2022 13:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232225AbiIHNQO (ORCPT ); Thu, 8 Sep 2022 09:16:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232300AbiIHNQC (ORCPT ); Thu, 8 Sep 2022 09:16:02 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F5E425C7B for ; Thu, 8 Sep 2022 06:15:58 -0700 (PDT) X-QQ-mid: bizesmtp67t1662642949t2a4ccnm Received: from localhost.localdomain ( [182.148.14.0]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 08 Sep 2022 21:15:47 +0800 (CST) X-QQ-SSF: 01000000002000B0C000B00A0000000 X-QQ-FEAT: 6PjtIMncaizf42yjCOhu+mxafHk4OiQ2WtfpKV4H3SgD63l8fS7p7pKQgnZBV nA1CdkYyrZlEFzJxPalVFQBBvqGu+cbDZMeCnTy/T8naZohEF6zADOtBg1hTnBQhZ+tH/YS mSkWcFm37vTdH8VCxj7G0M8dTND/EnjKGgPPADdCADLmSGH+JIvkbdTB6mw2txMJcdg+pYS xhOQGopcQVVoxGAGe1xGo7ujg4017EpP4WIDeFyFJDmDYF6BtJ2yyPyoLDLEJhWYlr3k2P+ 4DD4leOkpwVV2mqYwJtwD5xd6D9d1jWV+sGnsEXMq1IO2Y7TgszcaEH2IjVtXVPeKBKpBIv 416ph02yklgwPu1CKHLzXOc059NQiwbrTOaM/laL4mLhrTiCok3QfDk4b6GlA== X-QQ-GoodBg: 0 From: wangjianli To: zackr@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: Thu, 8 Sep 2022 21:15:41 +0800 Message-Id: <20220908131541.39684-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 f085dbd4736d..7677475b5d93 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c @@ -409,7 +409,7 @@ static int vmw_view_res_val_add(struct vmw_sw_context *= sw_context, =20 /** * vmw_view_id_val_add - Look up a view and add it and the surface it's po= inting - * to to the validation list. + * to the validation list. * * @sw_context: The software context holding the validation list. * @view_type: The view type to look up. --=20 2.36.1