aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2009-05-14 17:15:22 -0400
committerJiri Kosina <jkosina@suse.cz>2009-06-12 12:01:48 -0400
commit0fa1b0a144ee3e57f63ae25a7c5402f57232853d (patch)
tree65b0047077d4a2580d4b26cc76e285708bb9b5a2 /drivers
parent190342335c2a7939407d7391e5bb6c9ee39244eb (diff)
trivial: fix grammo in bus_for_each_dev() kerneldoc
Signed-off-by: Alex Chiang <achiang@hp.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/base/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index c6599618523e..4b04a15146d7 100644
--- a/drivers/base/bus.c
+++ b/drivers/base/bus.c
@@ -279,7 +279,7 @@ static struct device *next_device(struct klist_iter *i)
279 * 279 *
280 * NOTE: The device that returns a non-zero value is not retained 280 * NOTE: The device that returns a non-zero value is not retained
281 * in any way, nor is its refcount incremented. If the caller needs 281 * in any way, nor is its refcount incremented. If the caller needs
282 * to retain this data, it should do, and increment the reference 282 * to retain this data, it should do so, and increment the reference
283 * count in the supplied callback. 283 * count in the supplied callback.
284 */ 284 */
285int bus_for_each_dev(struct bus_type *bus, struct device *start, 285int bus_for_each_dev(struct bus_type *bus, struct device *start,