diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-03 11:56:41 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-29 20:21:21 -0400 |
commit | caf4a36e818ba8df4e002b7dfa4eff5b8384dda0 (patch) | |
tree | 305d94e7534a3872974b708ba0ea7f85ded256b3 /drivers/cpuidle/cpuidle.c | |
parent | 6587fca23001c33813d56309faf41188b5fbdb70 (diff) |
cpuidle: Fix comments in cpuidle core
Some comments in cpuidle core files contain trivial mistakes.
This patch fixes them.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
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 | */ |