summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/cpuidle.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-10-03 15:56:41 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-30 00:21:21 (GMT)
commitcaf4a36e818ba8df4e002b7dfa4eff5b8384dda0 (patch)
tree305d94e7534a3872974b708ba0ea7f85ded256b3 /drivers/cpuidle/cpuidle.c
parent6587fca23001c33813d56309faf41188b5fbdb70 (diff)
downloadlinux-caf4a36e818ba8df4e002b7dfa4eff5b8384dda0.tar.xz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c
index d75040d..8827c02 100644
--- a/drivers/cpuidle/cpuidle.c
+++ b/drivers/cpuidle/cpuidle.c
@@ -516,7 +516,7 @@ int cpuidle_register(struct cpuidle_driver *drv,
#ifdef CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED
/*
- * On multiplatform for ARM, the coupled idle states could
+ * On multiplatform for ARM, the coupled idle states could be
* enabled in the kernel even if the cpuidle driver does not
* use it. Note, coupled_cpus is a struct copy.
*/