Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpuidle: coupled: Drop duplicate word from a comment

The double `are' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
[ rjw: New subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jason Wang and committed by
Rafael J. Wysocki
ea374718 b90cb105

+1 -1
+1 -1
drivers/cpuidle/coupled.c
··· 54 54 * variable is not locked. It is only written from the cpu that 55 55 * it stores (or by the on/offlining cpu if that cpu is offline), 56 56 * and only read after all the cpus are ready for the coupled idle 57 - * state are are no longer updating it. 57 + * state are no longer updating it. 58 58 * 59 59 * Three atomic counters are used. alive_count tracks the number 60 60 * of cpus in the coupled set that are currently or soon will be