Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7312280b authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

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: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent bcf6ad8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * cpuidle_enter_state - enter the state and update stats
 * @dev: cpuidle device for this cpu
 * @dev: cpuidle device for this cpu
 * @drv: cpuidle driver 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 cpuidle_enter_state(struct cpuidle_device *dev, struct cpuidle_driver *drv,
			int index)
			int index)