commit | 6442ca2abf882d9d838fb844d852ba6acd1db7f4 | [log] [tgz] |
---|---|---|
author | Dongli Zhang <dongli.zhang@oracle.com> | Fri Jan 18 15:10:26 2019 +0800 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Feb 12 12:53:01 2019 -0500 |
tree | a92ec5c672dfc59d0d00381f0664ab1c25b9bd4f | |
parent | d13937116f1e82bf508a6325111b322c30c85eb9 [diff] |
swiotlb: fix comment on swiotlb_bounce() 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>