diff --git a/[refs] b/[refs] index 99b2788dfe9a..e9a273c2c276 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36239577cfb6b9a7c111209536b54200b0252ebf +refs/heads/master: 4d12d2d953ca5e299de6a653f1d0478f670d7bc6 diff --git a/trunk/drivers/base/driver.c b/trunk/drivers/base/driver.c index 34bd38aa7eb8..f789b6cb4b56 100644 --- a/trunk/drivers/base/driver.c +++ b/trunk/drivers/base/driver.c @@ -31,8 +31,7 @@ static struct device * next_device(struct klist_iter * i) * @data: Data to pass to the callback. * @fn: Function to call for each device. * - * Take the bus's rwsem and iterate over the @drv's list of devices, - * calling @fn for each one. + * Iterate over the @drv's list of devices calling @fn for each one. */ int driver_for_each_device(struct device_driver * drv, struct device * start,