projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3623957
)
[PATCH] Fix up bogus comment.
author
[email protected]
<
[email protected]
>
Fri, 25 Mar 2005 04:08:04 +0000
(20:08 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 20 Jun 2005 22:15:23 +0000
(15:15 -0700)
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
drivers/base/driver.c
patch
|
blob
|
history
diff --git
a/drivers/base/driver.c
b/drivers/base/driver.c
index 34bd38aa7eb8073002b44069167beab5aad1a8e9..f789b6cb4b56c4c1a6c1d5d615136b6f9e5edfe0 100644
(file)
--- 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,