On Thu, Aug 15, 2024 at 02:51:40PM -0300, Jason Gunthorpe wrote:
On Fri, Aug 02, 2024 at 05:32:02PM -0700, Nicolin Chen wrote:
Reorder include files to alphabetic order to simplify maintenance, and separate local headers and global headers with a blank line.
No functional change intended.
Signed-off-by: Nicolin Chen nicolinc@nvidia.com
drivers/iommu/iommufd/device.c | 4 ++-- drivers/iommu/iommufd/fault.c | 4 ++-- drivers/iommu/iommufd/io_pagetable.c | 8 ++++---- drivers/iommu/iommufd/io_pagetable.h | 2 +- drivers/iommu/iommufd/ioas.c | 2 +- drivers/iommu/iommufd/iommufd_private.h | 9 +++++---- drivers/iommu/iommufd/iommufd_test.h | 2 +- drivers/iommu/iommufd/iova_bitmap.c | 2 +- drivers/iommu/iommufd/main.c | 8 ++++---- drivers/iommu/iommufd/pages.c | 10 +++++----- drivers/iommu/iommufd/selftest.c | 8 ++++---- include/linux/iommufd.h | 4 ++-- include/uapi/linux/iommufd.h | 2 +- 13 files changed, 33 insertions(+), 32 deletions(-)
I picked this on up to iommufd for-next
Thanks! Was hoping for that.
When you get an answer if we can do something else for the MSI lets reconsider that patch, also the 3rd one has a kbuild failure.
Yea, let's hold the other patches in this series. I will submit another selftest patch, after we have an alternative solution.
Nicolin