]> git.baikalelectronics.ru Git - kernel.git/commit
cpuidle: Consistent spelling of cpuidle_idle_call()
authorDavid Brown <davidb@codeaurora.org>
Thu, 4 Aug 2011 16:24:31 +0000 (09:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2011 02:35:34 +0000 (16:35 -1000)
commit886969bb6de82d7b93ff1a876b9369f963bfc1d9
tree539ec1b63c3cd95dac354e4c3c677d63d9a4e1c8
parent1f81f50d7433b039cd8d3f48081314337c2f377a
cpuidle: Consistent spelling of cpuidle_idle_call()

Commit 010ca2ced4badb0826db056e348f53ec8c58437e mispells
cpuidle_idle_call() on ARM and SH code.  Fix this to be consistent.

Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: x86@kernel.org
Cc: Len Brown <len.brown@intel.com>
Signed-off-by: David Brown <davidb@codeaurora.org>
[ Also done by Mark Brown - th ebug has been around forever, and was
  noticed in -next, but the idle tree never picked it up. Bad bad bad ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/kernel/process.c
arch/sh/kernel/idle.c