mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] u-boot-v2: fix typos in documentation
@ 2010-03-28  7:14 Németh Márton
  2010-03-29  9:38 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Németh Márton @ 2010-03-28  7:14 UTC (permalink / raw)
  To: embedded-linux, u-boot-v2

From: Márton Németh <nm127@freemail.hu>

Signed-off-by: Márton Németh <nm127@freemail.hu>
---
diff --git a/Documentation/devices_drivers.txt b/Documentation/devices_drivers.txt
index 06e788d..a17f020 100644
--- a/Documentation/devices_drivers.txt
+++ b/Documentation/devices_drivers.txt
@@ -55,7 +55,7 @@ See above.
 int     (*probe) (struct device_d *);
 int     (*remove)(struct device_d *);

-These are called if a instance of a device is found or gone.
+These are called if an instance of a device is found or gone.

 ssize_t (*read)  (struct device_d*, void* buf, size_t count, ulong offset, ulong flags);
 ssize_t (*write) (struct device_d*, const void* buf, size_t count, ulong offset, ulong flags);
@@ -67,6 +67,6 @@ void *type_data;

 This is somewhat redundant with the type data in struct device. Currently the
 filesystem implementation uses this field while ethernet drivers use the same
-field in struct device. Probably one of both should be removed.
+field in struct device. Probably one of them should be removed.




_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2010-03-29  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-28  7:14 [PATCH] u-boot-v2: fix typos in documentation Németh Márton
2010-03-29  9:38 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox