]> git.baikalelectronics.ru Git - kernel.git/commit
swiotlb: rename swiotlb_late_init_with_default_size
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Feb 2022 10:07:28 +0000 (11:07 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 18 Apr 2022 05:21:09 +0000 (07:21 +0200)
commitcd255a8b13dab32f38404d5afe9c6d2e04c2b92a
treefababa663de209e52adb8650822c853f9fde0832
parentdb834c419ae1b5906c5f691879bd6a96c8dc8233
swiotlb: rename swiotlb_late_init_with_default_size

swiotlb_late_init_with_default_size is an overly verbose name that
doesn't even catch what the function is doing, given that the size is
not just a default but the actual requested size.

Rename it to swiotlb_init_late.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
arch/x86/pci/sta2x11-fixup.c
include/linux/swiotlb.h
kernel/dma/swiotlb.c