[PATCH] Trivial 2.5.17: DMA-mapping.txt typo fix

Rusty Russell (rusty@rustcorp.com.au)
Wed, 22 May 2002 17:26:28 +1000


Roger Luethi <rl@hellgate.ch>: DMA-mapping.txt: sg_dma_length() -> sg_dma_len():

--- trivial-2.5.17/Documentation/DMA-mapping.txt.orig Wed May 22 17:13:45 2002
+++ trivial-2.5.17/Documentation/DMA-mapping.txt Wed May 22 17:13:45 2002
@@ -484,7 +484,7 @@
of sg entries it mapped them to.

Then you should loop count times (note: this can be less than nents times)
-and use sg_dma_address() and sg_dma_length() macros where you previously
+and use sg_dma_address() and sg_dma_len() macros where you previously
accessed sg->address and sg->length as shown above.

To unmap a scatterlist, just call:

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/