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)
commit0d5ffd9a256d8995764f9d4a35a8c3917839d169
treefababa663de209e52adb8650822c853f9fde0832
parenta2daa27c0c6137481226aee5b3136e453c642929
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