2009-11-29 13:11:24

by Bart Van Assche

[permalink] [raw]
Subject: [PATCH] Documentation: Fix a stale reference in Documentation/DMA-API.txt

Fixes a stale reference in Documentation/DMA-API.txt.

Signed-off-by: Bart Van Assche <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: [email protected]
Cc: [email protected]

diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt
index 5aceb88..51b4ca1 100644
--- a/Documentation/DMA-API.txt
+++ b/Documentation/DMA-API.txt
@@ -5,7 +5,7 @@

This document describes the DMA API. For a more gentle introduction
phrased in terms of the pci_ equivalents (and actual examples) see
-Documentation/PCI/PCI-DMA-mapping.txt.
+Documentation/DMA-mapping.txt.

This API is split into two pieces. Part I describes the API and the
corresponding pci_ API. Part II describes the extensions to the API


2009-11-30 23:14:34

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] Documentation: Fix a stale reference in Documentation/DMA-API.txt

On Sun, 29 Nov 2009 13:51:14 +0100 Bart Van Assche wrote:

> Fixes a stale reference in Documentation/DMA-API.txt.
>
> Signed-off-by: Bart Van Assche <[email protected]>
> Cc: Randy Dunlap <[email protected]>
> Cc: [email protected]
> Cc: [email protected]
>
> diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt
> index 5aceb88..51b4ca1 100644
> --- a/Documentation/DMA-API.txt
> +++ b/Documentation/DMA-API.txt
> @@ -5,7 +5,7 @@
>
> This document describes the DMA API. For a more gentle introduction
> phrased in terms of the pci_ equivalents (and actual examples) see
> -Documentation/PCI/PCI-DMA-mapping.txt.
> +Documentation/DMA-mapping.txt.

The text file should be moved/renamed to Documentation/PCI/PCI-DMA-mapping.txt.
I have another recent patch that does half of that.
I'll get it fixed up.

Thanks.

> This API is split into two pieces. Part I describes the API and the
> corresponding pci_ API. Part II describes the extensions to the API


---
~Randy