Skip to content

Commit

Permalink
swiotlb: fix comment on swiotlb_bounce()
Browse files Browse the repository at this point in the history
Fix the comment as swiotlb_bounce() is used to copy from original dma
location to swiotlb buffer during swiotlb_tbl_map_single(), while to
copy from swiotlb buffer to original dma location during
swiotlb_tbl_unmap_single().

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Dongli Zhang authored and Konrad Rzeszutek Wilk committed Feb 12, 2019

Unverified

No user is associated with the committer email.
1 parent d139371 commit 6442ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/dma/swiotlb.c
Original file line number Diff line number Diff line change
@@ -385,7 +385,7 @@ void __init swiotlb_exit(void)
}

/*
* Bounce: copy the swiotlb buffer back to the original dma location
* Bounce: copy the swiotlb buffer from or back to the original dma location
*/
static void swiotlb_bounce(phys_addr_t orig_addr, phys_addr_t tlb_addr,
size_t size, enum dma_data_direction dir)

0 comments on commit 6442ca2

Please sign in to comment.