cpuidle: Fix the kerneldoc comment for cpuidle_enter_state()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2015 19:50:32 +0000 (21:50 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 May 2015 19:50:32 +0000 (21:50 +0200)
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>
drivers/cpuidle/cpuidle.c

index 3b80b77a585d5f66b57da05e27caa1c9feb8e8bc..597f88443bdc2dbf11b99e6260c7bce359d287a0 100644 (file)
@@ -150,7 +150,7 @@ int cpuidle_enter_freeze(struct cpuidle_driver *drv, struct cpuidle_device *dev)
  * cpuidle_enter_state - enter the state and update stats
  * @dev: cpuidle device for this cpu
  * @drv: cpuidle driver for this cpu
- * @next_state: index into drv->states of the state to enter
+ * @index: index into the states table in @drv of the state to enter
  */
 int cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv,
                        int index)