]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/dma: Cleanup variable naming in iommu_dma_alloc
authorRobin Murphy <robin.murphy@arm.com>
Mon, 20 May 2019 07:29:41 +0000 (09:29 +0200)
committerJoerg Roedel <jroedel@suse.de>
Mon, 27 May 2019 15:31:11 +0000 (17:31 +0200)
commitb5fb8b408af5ffd13d52657248ca746fa07d3b44
tree5fdf37a8617dc3130b11a713f43f22fcbd8154c7
parent5f6561fc08ebfb71ddf33abef6de8150a8598625
iommu/dma: Cleanup variable naming in iommu_dma_alloc

Most importantly clear up the size / iosize confusion.  Also rename addr
to cpu_addr to match the surrounding code and make the intention a little
more clear.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
[hch: split from a larger patch]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/dma-iommu.c