From patchwork Fri Jul 15 05:02:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 591801 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 30205C433EF for ; Mon, 18 Jul 2022 13:04:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235203AbiGRNE3 (ORCPT ); Mon, 18 Jul 2022 09:04:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235204AbiGRNE1 (ORCPT ); Mon, 18 Jul 2022 09:04:27 -0400 Received: from smtpbg.qq.com (unknown [43.155.67.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36D89CE28; Mon, 18 Jul 2022 06:04:23 -0700 (PDT) X-QQ-mid: bizesmtp91t1658149456tonqy3gs Received: from localhost.localdomain ( [171.223.96.21]) by bizesmtp.qq.com (ESMTP) with id ; Mon, 18 Jul 2022 21:04:15 +0800 (CST) X-QQ-SSF: 01000000002000E0U000C00A0000020 X-QQ-FEAT: e3eLb0+LQTlw9tctVu4zw/7QcaR2lQmQFRzWgW6Fw7bqIZ8Cr8YvHrzDUVKIA Ml+5IeX9x9lxO2QGaDOyKQtPYVZmj31efzlppnqSCwh+eHM6koAmEDNa5fhSwsgU1LRt1WR LjNAExggxbJz0PEvfYIukJ0vHQ2PZPsSb7D0saSrSxBWrnRzHl6/6TqyYpOeCLheWLRs/NH JNL6HkuCVfDCjrOKCmCQ+neUjEuRnlibNAAa+QTN0OAMjeWlRgI4r/bBF+/8vzQBzR4pEM3 yl2dT7E2WOz2y3x1J1w9BVeeluE7Xlsj1eRBlD6vqVRnKQLGf9Qa4pHr/uYW4vjgiU/CTwO d9zFKkoFF/vApzP3k0QNmnSaIcVApHpBQdZvxw/ulEHQ5TTVNLXMu+ScoWfRNiJhQhSWxO5 pPMZ+rJGBvU= X-QQ-GoodBg: 0 From: Jason Wang To: daniel.lezcano@linaro.org Cc: rafael@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Wang Subject: [PATCH] cpuidle: coupled: Fix comment typo Date: Fri, 15 Jul 2022 13:02:19 +0800 Message-Id: <20220715050219.24825-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 `are' is duplicated in line 57, remove one. Signed-off-by: Jason Wang --- drivers/cpuidle/coupled.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/coupled.c b/drivers/cpuidle/coupled.c index 74068742cef3..9acde71558d5 100644 --- a/drivers/cpuidle/coupled.c +++ b/drivers/cpuidle/coupled.c @@ -54,7 +54,7 @@ * variable is not locked. It is only written from the cpu that * it stores (or by the on/offlining cpu if that cpu is offline), * and only read after all the cpus are ready for the coupled idle - * state are are no longer updating it. + * state are no longer updating it. * * Three atomic counters are used. alive_count tracks the number * of cpus in the coupled set that are currently or soon will be