aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/base/driver.c b/drivers/base/driver.c
index 34bd38aa7eb8..f789b6cb4b56 100644
--- a/drivers/base/driver.c
+++ b/drivers/base/driver.c
@@ -31,8 +31,7 @@ static struct device * next_device(struct klist_iter * i)
31 * @data: Data to pass to the callback. 31 * @data: Data to pass to the callback.
32 * @fn: Function to call for each device. 32 * @fn: Function to call for each device.
33 * 33 *
34 * Take the bus's rwsem and iterate over the @drv's list of devices, 34 * Iterate over the @drv's list of devices calling @fn for each one.
35 * calling @fn for each one.
36 */ 35 */
37 36
38int driver_for_each_device(struct device_driver * drv, struct device * start, 37int driver_for_each_device(struct device_driver * drv, struct device * start,