Skip to content

Commit

Permalink
Documentation/DMA-API-HOWTO.txt: fix typo
Browse files Browse the repository at this point in the history
Noted by Jesper

Cc: Jesper Juhl <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Shuah Khan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Feb 28, 2013
1 parent 1d730c4 commit 11cd3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DMA-API-HOWTO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ Example 1:
dma_unmap_single(dma_handle1);
map_error_handling1:

Example 2: (if buffers are allocated a loop, unmap all mapped buffers when
Example 2: (if buffers are allocated in a loop, unmap all mapped buffers when
mapping error is detected in the middle)

dma_addr_t dma_addr;
Expand Down

0 comments on commit 11cd3db

Please sign in to comment.