提交 4c2f6d4c 编写于 作者: S saeed bishara 提交者: Jens Axboe

use sg helper function in DMA mapping documentation

Signed-off-by: NSaeed Bishara <saeed.bishara@gmail.com>
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 563063a8
......@@ -514,7 +514,7 @@ With scatterlists, you map a region gathered from several regions by:
int i, count = pci_map_sg(dev, sglist, nents, direction);
struct scatterlist *sg;
for (i = 0, sg = sglist; i < count; i++, sg++) {
for_each_sg(sglist, sg, count, i) {
hw_address[i] = sg_dma_address(sg);
hw_len[i] = sg_dma_len(sg);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册