From: Paul Bolle Date: Fri, 29 Mar 2013 20:35:01 +0000 (+0100) Subject: pm44xx: Fix comment for "CONFIG_CPU_IDLE" X-Git-Tag: v3.10-rc1~161^2~12 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6200632427f0f96836491a3b94f9412eceff2c59;p=linux.git pm44xx: Fix comment for "CONFIG_CPU_IDLE" Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c index ea62e75ef21d..152a10cf4f1d 100644 --- a/arch/arm/mach-omap2/pm44xx.c +++ b/arch/arm/mach-omap2/pm44xx.c @@ -126,8 +126,8 @@ static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused) * omap_default_idle - OMAP4 default ilde routine.' * * Implements OMAP4 memory, IO ordering requirements which can't be addressed - * with default cpu_do_idle() hook. Used by all CPUs with !CONFIG_CPUIDLE and - * by secondary CPU with CONFIG_CPUIDLE. + * with default cpu_do_idle() hook. Used by all CPUs with !CONFIG_CPU_IDLE and + * by secondary CPU with CONFIG_CPU_IDLE. */ static void omap_default_idle(void) {