From nobody Tue Apr 14 17:13:34 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 617FFC32789 for ; Mon, 22 Aug 2022 12:33:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235066AbiHVMdG (ORCPT ); Mon, 22 Aug 2022 08:33:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230503AbiHVMdD (ORCPT ); Mon, 22 Aug 2022 08:33:03 -0400 Received: from bg5.exmail.qq.com (bg4.exmail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75ABEBF4A; Mon, 22 Aug 2022 05:33:01 -0700 (PDT) X-QQ-mid: bizesmtp70t1661171567tc67godh Received: from localhost.localdomain ( [182.148.14.124]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 22 Aug 2022 20:32:45 +0800 (CST) X-QQ-SSF: 01000000002000C0D000B00A0000000 X-QQ-FEAT: W+onFc5Tw4PahOvmZM6UxUA85VWZnx9QqbYzIamVuUUXjg8BOThf6BNm9i319 BZwr7n9YaL1n8XSgUYJZk4r86k4+2jNhEPaC+PyMi2V+ZuQBgfNm7VFQgZyDApLhJTz+XaH IYm1UlOUL10FB8W0NV4Yw9S95TUBRQcAp7RrYl0+OoJqJTQAuHPUTSOYockMk2XaAccdx6E mI52Nq5HnDPPLGMX2488Z1R/M1x4/m3Pd+xXYLCr+PMufhe9nzBO7en5h4g7khKmslzIdZE Gf9c1SKUZ0iTcHPy7rSMGTCdf4516lRUYr/KC/WRI4hZSfsZc1o9W+SP5av6SOxANRU9Dfk l5MlAn1afuu2CVzePTQbp/5sgcmuiVKdK9AeoXd7PG984NQDw81dofse5aOpszYm3cNh/gP X-QQ-GoodBg: 0 From: Jilin Yuan To: amit.kachhap@gmail.com, daniel.lezcano@linaro.org, viresh.kumar@linaro.org, lukasz.luba@arm.com, rafael@kernel.org, amitk@kernel.org, rui.zhang@intel.com Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] drivers/thermal: fix repeated words in comments Date: Mon, 22 Aug 2022 20:32:39 +0800 Message-Id: <20220822123239.28400-1-yuanjilin@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:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'device'. Delete the redundant word 'which'. Signed-off-by: Jilin Yuan --- drivers/thermal/cpufreq_cooling.c | 2 +- drivers/thermal/thermal_of.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/thermal/cpufreq_cooling.c b/drivers/thermal/cpufreq_co= oling.c index b8151d95a806..13551b386e72 100644 --- a/drivers/thermal/cpufreq_cooling.c +++ b/drivers/thermal/cpufreq_cooling.c @@ -495,7 +495,7 @@ static struct thermal_cooling_device_ops cpufreq_coolin= g_ops =3D { =20 /** * __cpufreq_cooling_register - helper function to create cpufreq cooling = device - * @np: a valid struct device_node to the cooling device device tree node + * @np: a valid struct device_node to the cooling device tree node * @policy: cpufreq policy * Normally this should be same as cpufreq policy->related_cpus. * @em: Energy Model of the cpufreq policy diff --git a/drivers/thermal/thermal_of.c b/drivers/thermal/thermal_of.c index b65d435cb92f..91bbed308305 100644 --- a/drivers/thermal/thermal_of.c +++ b/drivers/thermal/thermal_of.c @@ -651,7 +651,7 @@ EXPORT_SYMBOL_GPL(devm_thermal_zone_of_sensor_register); /** * devm_thermal_zone_of_sensor_unregister - Resource managed version of * thermal_zone_of_sensor_unregister(). - * @dev: Device for which which resource was allocated. + * @dev: Device for which resource was allocated. * @tzd: a pointer to struct thermal_zone_device where the sensor is regis= tered. * * This function removes the sensor callbacks and private data from the --=20 2.36.1