From mboxrd@z Thu Jan 1 00:00:00 1970 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 E9CEBECAAD2 for ; Fri, 26 Aug 2022 09:45:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344021AbiHZJpo (ORCPT ); Fri, 26 Aug 2022 05:45:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344115AbiHZJpj (ORCPT ); Fri, 26 Aug 2022 05:45:39 -0400 Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5308E26569 for ; Fri, 26 Aug 2022 02:45:32 -0700 (PDT) Received: by mail-lj1-x22b.google.com with SMTP id l23so1074410lji.1 for ; Fri, 26 Aug 2022 02:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=vHi6QtI//7TBnE8nBrdSJbUVsEE4d4QVsX/BRPswYrQ=; b=BWewzD58WZb2ASIS2HyX2JfaWcfca0rgAcn6J5TlNj5DoxINJROfyx552k1h2zzyF6 RJt7AjD9mK9Mjbto3LkmLdGTyTxdEGUnaOGyFWxx3qTtT3CTEF1tWEBymb/A1x8rup7B aofXemKbyAlXn97Rye/g+JYpbD0PbO/XdO6JJPCxZsHQPmfjPOgp+mjuBndmcLptLMtM 7reYj0YLImkiZfJ0IPFkzCb/pvKayV8A9xaF2OZ7MEj8F+F2CIXnX71mXwBYIEey/0Rf 2EOzBNNSYAc2u//muJcPQXZWenW4T3yWfTnXXB46a4diIpmdFdaWsB4JMCN4UgxO+Kua +Hzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=vHi6QtI//7TBnE8nBrdSJbUVsEE4d4QVsX/BRPswYrQ=; b=qoIix+oWy/Yf/RhbtoliIexDkml2l1XS23VDH8KMXqB7hFtB2ZxFEPkpUfv+70ZfJP qv74RahEs8768XVD8vQICtGwS+wGEYoFgKBp8EVysFGKiGymOFroNCZWXh3Wy/h48Gl6 QEMANxn1uT3vY129m9joG8mRUkmcoszO2HwRSu+eDXNAh3Qav8VQzb7oM2g++xfWdgWE /e3w22bNvFrO8tnbqGLOqmrdkorr6xaRZVj1ac0iIG/zqny4Yn8y+pjncSnoBVnRm32H yrPfKKzFN9w6WLE+EkeRTxFzIRh6ddXrDBiHt7Iwy8W/XF46TcKJZQszRu81xBrATrRd TZTA== X-Gm-Message-State: ACgBeo0DoeLctxTYpdLbpEYNaDHc4ypMfi8V8rkLZAIvvMwEbQeWGlEu McDrqQZCnIvo3vR4+I1XLktNDA== X-Google-Smtp-Source: AA6agR4/uKgMFOSDi0fVB/x6w+1OBJbUOI2cYP4ho460NcforDI8wUraY7L+Ql32mO1uqRKl9BMjEw== X-Received: by 2002:a2e:9e50:0:b0:261:e3fd:cdc5 with SMTP id g16-20020a2e9e50000000b00261e3fdcdc5mr2120322ljk.56.1661507131161; Fri, 26 Aug 2022 02:45:31 -0700 (PDT) Received: from [192.168.1.211] ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id by6-20020a05651c1a0600b0026181f65600sm399237ljb.136.2022.08.26.02.45.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 26 Aug 2022 02:45:30 -0700 (PDT) Message-ID: <9396ac0b-e8a1-e82d-65db-8abc0ee75491@linaro.org> Date: Fri, 26 Aug 2022 12:45:30 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [PATCH] msm/adreno: fix repeated words in comments Content-Language: en-GB To: Jilin Yuan , robdclark@gmail.com, quic_abhinavk@quicinc.com, airlied@linux.ie, daniel@ffwll.ch Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20220823115654.58725-1-yuanjilin@cdjrlc.com> From: Dmitry Baryshkov In-Reply-To: <20220823115654.58725-1-yuanjilin@cdjrlc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 23/08/2022 14:56, Jilin Yuan wrote: > Delete the redundant word 'power'. > Delete the redundant word 'in'. > Delete the redundant word 'for'. > > Signed-off-by: Jilin Yuan Could you please: - adjust the commit subject to follow the rest of commit messages, - drop the extra whitespace at the beginning of the commit message, - add a correct Fixes tag. Thank you > --- > drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > index 9f76f5b15759..32ecb783c3c1 100644 > --- a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > +++ b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > @@ -352,7 +352,7 @@ void a6xx_gmu_clear_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state) > gmu_write(gmu, REG_A6XX_GMU_HOST2GMU_INTR_SET, 1 << bit); > } > > -/* Enable CPU control of SPTP power power collapse */ > +/* Enable CPU control of SPTP power collapse */ > static int a6xx_sptprac_enable(struct a6xx_gmu *gmu) > { > int ret; > @@ -374,7 +374,7 @@ static int a6xx_sptprac_enable(struct a6xx_gmu *gmu) > return 0; > } > > -/* Disable CPU control of SPTP power power collapse */ > +/* Disable CPU control of SPTP power collapse */ > static void a6xx_sptprac_disable(struct a6xx_gmu *gmu) > { > u32 val; > @@ -1277,7 +1277,7 @@ static int a6xx_gmu_rpmh_arc_votes_init(struct device *dev, u32 *votes, > } > > /* > - * Look for a level in in the secondary list that matches. If > + * Look for a level in the secondary list that matches. If > * nothing fits, use the maximum non zero vote > */ > > @@ -1559,7 +1559,7 @@ int a6xx_gmu_init(struct a6xx_gpu *a6xx_gpu, struct device_node *node) > goto err_memory; > } > > - /* Allocate memory for for the HFI queues */ > + /* Allocate memory for the HFI queues */ > ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0, "hfi"); > if (ret) > goto err_memory; -- With best wishes Dmitry From mboxrd@z Thu Jan 1 00:00:00 1970 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 0D3AFECAAD2 for ; Fri, 26 Aug 2022 09:45:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 491CC10E7D8; Fri, 26 Aug 2022 09:45:38 +0000 (UTC) Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) by gabe.freedesktop.org (Postfix) with ESMTPS id C75D310E7F4 for ; Fri, 26 Aug 2022 09:45:32 +0000 (UTC) Received: by mail-lj1-x230.google.com with SMTP id w22so1056529ljg.7 for ; Fri, 26 Aug 2022 02:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=vHi6QtI//7TBnE8nBrdSJbUVsEE4d4QVsX/BRPswYrQ=; b=BWewzD58WZb2ASIS2HyX2JfaWcfca0rgAcn6J5TlNj5DoxINJROfyx552k1h2zzyF6 RJt7AjD9mK9Mjbto3LkmLdGTyTxdEGUnaOGyFWxx3qTtT3CTEF1tWEBymb/A1x8rup7B aofXemKbyAlXn97Rye/g+JYpbD0PbO/XdO6JJPCxZsHQPmfjPOgp+mjuBndmcLptLMtM 7reYj0YLImkiZfJ0IPFkzCb/pvKayV8A9xaF2OZ7MEj8F+F2CIXnX71mXwBYIEey/0Rf 2EOzBNNSYAc2u//muJcPQXZWenW4T3yWfTnXXB46a4diIpmdFdaWsB4JMCN4UgxO+Kua +Hzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=vHi6QtI//7TBnE8nBrdSJbUVsEE4d4QVsX/BRPswYrQ=; b=ZYt1mmh+9VVFqjtKEVFBWusiPfF1CH2jG26AoSYRFCJZV0a4U2o3YAsINY2rdZm7fS 1VQ7YWR7ZePcFFBzdyx43Pxxu7QuwZdArvYc281t9iU3QnBA99pfdxygiYawjXSO15G/ mfSiaaV/ek4F0nKtZ7E+tt8PDyWE0pJy1Hh1JG0vq7yItCc6GDe3yMGPoKGMQprdKZdl G8o+81RhTopQcfU41lcN3eUazlfxS25swGpAzY7LtE9VhqrgvLRgyVRkbfJKr8PFqZ2H VEnwBzejBpOvJorA7TLais0p8Knn4FbSTs7Um3RyebwFiHXyCGhgW2+vWN0EX9hukL4y DniQ== X-Gm-Message-State: ACgBeo3aFqGceq+NVPA+hUdsrTOQ10Xv63tO4VFE8G/KaDTGtRoBXfYn BHk5/KH9NHQe7zlufhamJapgGA== X-Google-Smtp-Source: AA6agR4/uKgMFOSDi0fVB/x6w+1OBJbUOI2cYP4ho460NcforDI8wUraY7L+Ql32mO1uqRKl9BMjEw== X-Received: by 2002:a2e:9e50:0:b0:261:e3fd:cdc5 with SMTP id g16-20020a2e9e50000000b00261e3fdcdc5mr2120322ljk.56.1661507131161; Fri, 26 Aug 2022 02:45:31 -0700 (PDT) Received: from [192.168.1.211] ([37.153.55.125]) by smtp.gmail.com with ESMTPSA id by6-20020a05651c1a0600b0026181f65600sm399237ljb.136.2022.08.26.02.45.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 26 Aug 2022 02:45:30 -0700 (PDT) Message-ID: <9396ac0b-e8a1-e82d-65db-8abc0ee75491@linaro.org> Date: Fri, 26 Aug 2022 12:45:30 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [PATCH] msm/adreno: fix repeated words in comments Content-Language: en-GB To: Jilin Yuan , robdclark@gmail.com, quic_abhinavk@quicinc.com, airlied@linux.ie, daniel@ffwll.ch References: <20220823115654.58725-1-yuanjilin@cdjrlc.com> From: Dmitry Baryshkov In-Reply-To: <20220823115654.58725-1-yuanjilin@cdjrlc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 23/08/2022 14:56, Jilin Yuan wrote: > Delete the redundant word 'power'. > Delete the redundant word 'in'. > Delete the redundant word 'for'. > > Signed-off-by: Jilin Yuan Could you please: - adjust the commit subject to follow the rest of commit messages, - drop the extra whitespace at the beginning of the commit message, - add a correct Fixes tag. Thank you > --- > drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > index 9f76f5b15759..32ecb783c3c1 100644 > --- a/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > +++ b/drivers/gpu/drm/msm/adreno/a6xx_gmu.c > @@ -352,7 +352,7 @@ void a6xx_gmu_clear_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state) > gmu_write(gmu, REG_A6XX_GMU_HOST2GMU_INTR_SET, 1 << bit); > } > > -/* Enable CPU control of SPTP power power collapse */ > +/* Enable CPU control of SPTP power collapse */ > static int a6xx_sptprac_enable(struct a6xx_gmu *gmu) > { > int ret; > @@ -374,7 +374,7 @@ static int a6xx_sptprac_enable(struct a6xx_gmu *gmu) > return 0; > } > > -/* Disable CPU control of SPTP power power collapse */ > +/* Disable CPU control of SPTP power collapse */ > static void a6xx_sptprac_disable(struct a6xx_gmu *gmu) > { > u32 val; > @@ -1277,7 +1277,7 @@ static int a6xx_gmu_rpmh_arc_votes_init(struct device *dev, u32 *votes, > } > > /* > - * Look for a level in in the secondary list that matches. If > + * Look for a level in the secondary list that matches. If > * nothing fits, use the maximum non zero vote > */ > > @@ -1559,7 +1559,7 @@ int a6xx_gmu_init(struct a6xx_gpu *a6xx_gpu, struct device_node *node) > goto err_memory; > } > > - /* Allocate memory for for the HFI queues */ > + /* Allocate memory for the HFI queues */ > ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0, "hfi"); > if (ret) > goto err_memory; -- With best wishes Dmitry