All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] TRIVIAL: fix grammo in bus_for_each_dev() kerneldoc
@ 2009-05-14 14:43 Alex Chiang
  2009-05-14 20:59 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Chiang @ 2009-05-14 14:43 UTC (permalink / raw)
  To: jkosina; +Cc: Randy Dunlap, linux-kernel

Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
---

 drivers/base/bus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index dc030f1..4476a4e 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,


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-14 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-14 14:43 [PATCH] TRIVIAL: fix grammo in bus_for_each_dev() kerneldoc Alex Chiang
2009-05-14 20:59 ` Randy Dunlap
2009-05-14 21:15   ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.