From: Alex Chiang Date: Thu, 14 May 2009 21:15:22 +0000 (+0200) Subject: trivial: fix grammo in bus_for_each_dev() kerneldoc X-Git-Tag: v2.6.31-rc1~341^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fa1b0a144ee3e57f63ae25a7c5402f57232853d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git trivial: fix grammo in bus_for_each_dev() kerneldoc Signed-off-by: Alex Chiang Acked-by: Randy Dunlap Signed-off-by: Jiri Kosina --- diff --git a/drivers/base/bus.c b/drivers/base/bus.c index c659961..4b04a15 100644 --- a/drivers/base/bus.c +++ b/drivers/base/bus.c @@ -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 * 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. */ int bus_for_each_dev(struct bus_type *bus, struct device *start,