Răsfoiți Sursa

[PATCH] Fix up bogus comment.

Signed-off-by: Patrick Mochel <mochel@digitalimplant.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

diff -Nru a/drivers/base/driver.c b/drivers/base/driver.c
mochel@digitalimplant.org 20 ani în urmă
părinte
comite
4d12d2d953
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      drivers/base/driver.c

+ 1 - 2
drivers/base/driver.c

@@ -31,8 +31,7 @@ static struct device * next_device(struct klist_iter * i)
  *	@data:	Data to pass to the callback.
  *	@data:	Data to pass to the callback.
  *	@fn:	Function to call for each device.
  *	@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, 
 int driver_for_each_device(struct device_driver * drv, struct device * start,