Skip to content

Commit

Permalink
cpuidle: remove some empty lines
Browse files Browse the repository at this point in the history
This mindless patch is just about removing some trailing
carriage returns.

[rjw: Changed the subject.]

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Daniel Lezcano authored and Rafael J. Wysocki committed Sep 19, 2012
1 parent 3d339dc commit a77de28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/cpuidle/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ static void __cpuidle_register_driver(struct cpuidle_driver *drv)
}
}


/**
* cpuidle_register_driver - registers a driver
* @drv: the driver
Expand All @@ -65,7 +64,6 @@ int cpuidle_register_driver(struct cpuidle_driver *drv)

return 0;
}

EXPORT_SYMBOL_GPL(cpuidle_register_driver);

/**
Expand Down Expand Up @@ -96,7 +94,6 @@ void cpuidle_unregister_driver(struct cpuidle_driver *drv)

spin_unlock(&cpuidle_driver_lock);
}

EXPORT_SYMBOL_GPL(cpuidle_unregister_driver);

struct cpuidle_driver *cpuidle_driver_ref(void)
Expand Down

0 comments on commit a77de28

Please sign in to comment.