diff options
Diffstat (limited to 'drivers/cpuidle/cpuidle.c')
-rw-r--r-- | drivers/cpuidle/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index d75040ddd2b3..8827c02af87c 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c | |||
@@ -516,7 +516,7 @@ int cpuidle_register(struct cpuidle_driver *drv, | |||
516 | 516 | ||
517 | #ifdef CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED | 517 | #ifdef CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED |
518 | /* | 518 | /* |
519 | * On multiplatform for ARM, the coupled idle states could | 519 | * On multiplatform for ARM, the coupled idle states could be |
520 | * enabled in the kernel even if the cpuidle driver does not | 520 | * enabled in the kernel even if the cpuidle driver does not |
521 | * use it. Note, coupled_cpus is a struct copy. | 521 | * use it. Note, coupled_cpus is a struct copy. |
522 | */ | 522 | */ |