summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-05-09 15:50:32 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-05-09 15:50:32 -0400
commit7312280bd2ad9df1bcca236c5614091a0bd1504c (patch)
tree108a6cf5c8fbe399ee38f675397ae32514916ba8 /drivers/cpuidle
parentbcf6ad8a4a3d002e8bc8f6639cdc119168f4e87b (diff)
cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()
The kerneldoc comment for cpuidle_enter_state() doesn't match the function's header any more, so fix it. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpuidle')
-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 3b80b77a585d..597f88443bdc 100644
--- a/drivers/cpuidle/cpuidle.c
+++ b/drivers/cpuidle/cpuidle.c
@@ -150,7 +150,7 @@ int cpuidle_enter_freeze(struct cpuidle_driver *drv, struct cpuidle_device *dev)
150 * cpuidle_enter_state - enter the state and update stats 150 * cpuidle_enter_state - enter the state and update stats
151 * @dev: cpuidle device for this cpu 151 * @dev: cpuidle device for this cpu
152 * @drv: cpuidle driver for this cpu 152 * @drv: cpuidle driver for this cpu
153 * @next_state: index into drv->states of the state to enter 153 * @index: index into the states table in @drv of the state to enter
154 */ 154 */
155int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv, 155int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv,
156 int index) 156 int index)