Commit 0fa1b0a1 authored by Alex Chiang's avatar Alex Chiang Committed by Jiri Kosina

trivial: fix grammo in bus_for_each_dev() kerneldoc

Signed-off-by: default avatarAlex Chiang <achiang@hp.com>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 19034233
...@@ -279,7 +279,7 @@ static struct device *next_device(struct klist_iter *i) ...@@ -279,7 +279,7 @@ static struct device *next_device(struct klist_iter *i)
* *
* NOTE: The device that returns a non-zero value is not retained * NOTE: The device that returns a non-zero value is not retained
* in any way, nor is its refcount incremented. If the caller needs * in any way, nor is its refcount incremented. If the caller needs
* to retain this data, it should do, and increment the reference * to retain this data, it should do so, and increment the reference
* count in the supplied callback. * count in the supplied callback.
*/ */
int bus_for_each_dev(struct bus_type *bus, struct device *start, int bus_for_each_dev(struct bus_type *bus, struct device *start,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment