All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Németh Márton" <nm127@freemail.hu>
To: embedded-linux@pengutronix.de, u-boot-v2@lists.infradead.org
Subject: [PATCH] u-boot-v2: fix typos in documentation
Date: Sun, 28 Mar 2010 09:14:11 +0200	[thread overview]
Message-ID: <4BAF01C3.2030708@freemail.hu> (raw)

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

             reply	other threads:[~2010-03-28  7:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-28  7:14 Németh Márton [this message]
2010-03-29  9:38 ` [PATCH] u-boot-v2: fix typos in documentation Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BAF01C3.2030708@freemail.hu \
    --to=nm127@freemail.hu \
    --cc=embedded-linux@pengutronix.de \
    --cc=u-boot-v2@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.