All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brandon Philips <bphilips@suse.de>
To: Greg KH <gregkh@suse.de>, Tejun Heo <teheo@suse.de>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] Documentation fix devres.txt: lib/iomap.c -> lib/devres.c
Date: Tue, 17 Jul 2007 22:09:34 -0700	[thread overview]
Message-ID: <20070718050934.GA4397@ifup.org> (raw)

Signed-off-by: Brandon Philips <bphilips@suse.de>
---
 Documentation/driver-model/devres.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 6c8d8f2..8569072 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -207,7 +207,7 @@ responsibility.  This is usually non-issue because bus ops and
 resource allocations already do the job.
 
 For an example of single-instance devres type, read pcim_iomap_table()
-in lib/iomap.c.
+in lib/devres.c.
 
 All devres interface functions can be called without context if the
 right gfp mask is given.
-- 
1.5.3.GIT


             reply	other threads:[~2007-07-18  5:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-18  5:09 Brandon Philips [this message]
2007-07-18  5:17 ` [PATCH] Documentation fix devres.txt: lib/iomap.c -> lib/devres.c Tejun Heo

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=20070718050934.GA4397@ifup.org \
    --to=bphilips@suse.de \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=teheo@suse.de \
    /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.