Skip to content

Commit

Permalink
[PATCH] Fix up bogus comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Mochel <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

diff -Nru a/drivers/base/driver.c b/drivers/base/driver.c
  • Loading branch information
[email protected] authored and gregkh committed Jun 20, 2005
1 parent 3623957 commit 4d12d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/base/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4d12d2d

Please sign in to comment.