From: mochel@digitalimplant.org Date: Fri, 25 Mar 2005 04:08:04 +0000 (-0800) Subject: [PATCH] Fix up bogus comment. X-Git-Tag: v2.6.13-rc1~68^2~583^2^2~36 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4d12d2d953ca5e299de6a653f1d0478f670d7bc6;p=karo-tx-linux.git [PATCH] Fix up bogus comment. Signed-off-by: Patrick Mochel Signed-off-by: Greg Kroah-Hartman diff -Nru a/drivers/base/driver.c b/drivers/base/driver.c --- 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) * @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,