]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] DMA-mapping.txt typo fix
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 22 May 2002 05:22:43 +0000 (22:22 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 22 May 2002 05:22:43 +0000 (22:22 -0700)
Roger Luethi <rl@hellgate.ch>: DMA-mapping.txt: sg_dma_length() -> sg_dma_len():

Documentation/DMA-mapping.txt

index d51adf424b48272d7d0dca1c5814d9803b48ac3a..46f263abffe92841da6dd1b347f1cd30237b8447 100644 (file)
@@ -484,7 +484,7 @@ limited number of scatter-gather entries) and returns the actual number
 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: