From: Jason Wang Date: Thu, 11 Aug 2022 12:04:50 +0000 (+0800) Subject: cpuidle: coupled: Drop duplicate word from a comment X-Git-Tag: block-6.1-2022-13-10~108^2^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ea3747181dc2705ecc697dc98ada7eb135733561;p=linux-2.6-block.git cpuidle: coupled: Drop duplicate word from a comment The double `are' is duplicated in the comment, remove one. Signed-off-by: Jason Wang [ rjw: New subject ] Signed-off-by: Rafael J. Wysocki --- 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