From patchwork Fri Jul 15 05:01:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 591578 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 BDDEAC43334 for ; Mon, 18 Jul 2022 13:03:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233102AbiGRND6 (ORCPT ); Mon, 18 Jul 2022 09:03:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235125AbiGRND5 (ORCPT ); Mon, 18 Jul 2022 09:03:57 -0400 Received: from smtpbg.qq.com (biz-43-154-54-12.mail.qq.com [43.154.54.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75EAFBE6; Mon, 18 Jul 2022 06:03:51 -0700 (PDT) X-QQ-mid: bizesmtp83t1658149423t9q2gbh3 Received: from localhost.localdomain ( [171.223.96.21]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 18 Jul 2022 21:03:41 +0800 (CST) X-QQ-SSF: 01000000002000E0U000C00A0000020 X-QQ-FEAT: lp8jUtqYSiD/WYpSvM5rrExMkkikEIZnm7KBPA5G3bpbL0hf8ZxD/x6I1wG6q ae1EKSRHKwF9G5gGnV5lplDVJsQ4cCWpyYEsTKQdal0SNx1DZ5ToHQOZoi7171E2frPkQR5 aNUFDjXSW7rBkToVv8UkwI59Ubuml4Cpk/J6jllr6LOsr1OFfaJuDB5g0iBdS023aJUbP0O Uw42VhAyeTpe6AVaWz/6boWuK2/h5MLHK/pqeSObcu5mjC5lM+QGSPlRA9b+OXtHZMo/2vf Hx9SEwqMB22ulu7NP81seeEcYCzbzre7cg+NrjVVR93YL+0dJCJfJKNRDOvNn6jlv9sgUmj mofKXQr5sm8WBaFMGvXB5KwyEs3DxP6UgllRMFYs2wVgzdGA62PXeNrxSvxYJT2d8CBj5ta SFoBkQfVG8k= X-QQ-GoodBg: 0 From: Jason Wang To: daniel.lezcano@linaro.org Cc: rafael@kernel.org, thierry.reding@gmail.com, jonathanh@nvidia.com, linux-pm@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Wang Subject: [PATCH] cpuidle: tegra: Fix comment typo Date: Fri, 15 Jul 2022 13:01:44 +0800 Message-Id: <20220715050144.24638-1-wangborong@cdjrlc.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr6 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The double `that' is duplicated in line 275, remove one. Signed-off-by: Jason Wang Acked-by: Thierry Reding --- drivers/cpuidle/cpuidle-tegra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/cpuidle-tegra.c b/drivers/cpuidle/cpuidle-tegra.c index 9845629aeb6d..93ed4b8e164a 100644 --- a/drivers/cpuidle/cpuidle-tegra.c +++ b/drivers/cpuidle/cpuidle-tegra.c @@ -272,7 +272,7 @@ static int tegra114_enter_s2idle(struct cpuidle_device *dev, * LP2 | C7 (CPU core power gating) * LP2 | CC6 (CPU cluster power gating) * - * Note that that the older CPUIDLE driver versions didn't explicitly + * Note that the older CPUIDLE driver versions didn't explicitly * differentiate the LP2 states because these states either used the same * code path or because CC6 wasn't supported. */