[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1351549194.2757.26.camel@lorien2>
Date: Mon, 29 Oct 2012 16:19:54 -0600
From: Shuah Khan <shuah.khan@...com>
To: Jesper Juhl <jj@...osbits.net>, rob@...dley.net
Cc: Andrew Morton <akpm@...ux-foundation.org>, konrad.wilk@...cle.com,
LKML <linux-kernel@...r.kernel.org>,
Shuah Khan <shuah.khan@...com>, linux-doc@...r.kernel.org
Subject: [PATCH] Documentation/DMA-API-HOWTO.txt - minor grammar corrections
Minor grammar corrections.
Signed-off-by: Shuah Khan <shuah.khan@...com>
---
Documentation/DMA-API-HOWTO.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt
index bf242bbe..14129f1 100644
--- a/Documentation/DMA-API-HOWTO.txt
+++ b/Documentation/DMA-API-HOWTO.txt
@@ -488,9 +488,10 @@ will invoke the generic mapping error check interface. Doing so will ensure
that the mapping code will work correctly on all dma implementations without
any dependency on the specifics of the underlying implementation. Using the
returned address without checking for errors could result in failures ranging
-from panics to silent data corruption. Couple of example of incorrect ways to
-check for errors that make assumptions about the underlying dma implementation
-are as follows and these are applicable to dma_map_page() as well.
+from panics to silent data corruption. A couple of examples of incorrect ways
+to check for errors that make assumptions about the underlying dma
+implementation are as follows and these are applicable to dma_map_page() as
+well.
Incorrect example 1:
dma_addr_t dma_handle;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists