Re: [PATCH v2 1/3] iommufd: Reorder include files

From: Jason Gunthorpe
Date: Thu Aug 15 2024 - 13:51:53 EST


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@xxxxxxxxxx>
> ---
> 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

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.

Thanks,
Jason