From patchwork Sun Jun 18 14:54:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: zhumao001@208suo.com X-Patchwork-Id: 13284065 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B46DDEB64DC for ; Mon, 19 Jun 2023 07:45:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5685710E0E5; Mon, 19 Jun 2023 07:45:37 +0000 (UTC) Received: from mail.208.org (unknown [183.242.55.162]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9EA7610E0BA for ; Sun, 18 Jun 2023 15:02:42 +0000 (UTC) Received: from mail.208.org (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTP id 4QkbXD5VmQzBJTDB for ; Sun, 18 Jun 2023 22:54:36 +0800 (CST) Authentication-Results: mail.208.org (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=208.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=208.org; h= content-type:message-id:user-agent:references:in-reply-to :subject:to:from:date:mime-version; s=dkim; t=1687100076; x= 1689692077; bh=Ycho+bN0cSAaFhdFtGizO8c/EFquN3+WpUviiSP5YR8=; b=F XPLeXBJWSqqIFstR0Ml+DtnxWTCvt8+m+az5wy7SbjOK1ylQkI/L3me/JCn/HFdE vas70yi+BmShFLXHLSoDDdteQUSx7rEiLEVCHDx9SSyT7veTBQ+IBhSC8Y3uMFG5 TfLhOgfpEeIvRB/HzfRo1LKZqY4T25EaQVaUo5QVzrXpAsV5r+BAkL+e+DyTRdm5 SoTmpclXZXpfhP0g1KMcYpnnUqMNbl/y+Sjmp9ELWYWF4OLp3pSpufCabem3hZA6 UQKObqJTpBpWqwGt3qfQwLYePO1cDcFuIUYU28XWhIWARFGQQgIXCmIalVQB4QLH U7UcTIJTr72YPT6QfKUAA== X-Virus-Scanned: amavisd-new at mail.208.org Received: from mail.208.org ([127.0.0.1]) by mail.208.org (mail.208.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 69ODfWtMmXni for ; Sun, 18 Jun 2023 22:54:36 +0800 (CST) Received: from localhost (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTPSA id 4QkbXD111szBJJDJ; Sun, 18 Jun 2023 22:54:36 +0800 (CST) MIME-Version: 1.0 Date: Sun, 18 Jun 2023 22:54:36 +0800 From: zhumao001@208suo.com To: robdclark@gmail.com, quic_abhinavk@quicinc.com, dmitry.baryshkov@linaro.org, airlied@gmail.com, daniel@ffwll.ch, sumit.semwal@linaro.org, christian.koenig@amd.com, sean@poorly.run Subject: [PATCH] drm/msm: Fix typo in comment In-Reply-To: <20230618143813.15142-4-dengshaomin@cdjrlc.com> References: <20230618143813.15142-1-dengshaomin@cdjrlc.com> <20230618143813.15142-4-dengshaomin@cdjrlc.com> User-Agent: Roundcube Webmail Message-ID: <610b47a2989976b9dae162ecc55ddc85@208suo.com> X-Sender: zhumao001@208suo.com X-Mailman-Approved-At: Mon, 19 Jun 2023 07:45:35 +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: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, freedreno@lists.freedesktop.org, linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Fix typo in comment of msm_gem.c. Signed-off-by: Zhu Mao --- drivers/gpu/drm/msm/msm_gem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) * submit/job which will prevent us racing against page eviction. */ void msm_gem_unpin_active(struct drm_gem_object *obj) diff --git a/drivers/gpu/drm/msm/msm_gem.c b/drivers/gpu/drm/msm/msm_gem.c index 20cfd86d2b32..ef81074416af 100644 --- a/drivers/gpu/drm/msm/msm_gem.c +++ b/drivers/gpu/drm/msm/msm_gem.c @@ -503,8 +503,8 @@ void msm_gem_unpin_locked(struct drm_gem_object *obj) /* Special unpin path for use in fence-signaling path, avoiding the need * to hold the obj lock by only depending on things that a protected by - * the LRU lock. In particular we know that that we already have backing - * and and that the object's dma_resv has the fence for the current + * the LRU lock. In particular we know that we already have backing + * and that the object's dma_resv has the fence for the current