Re: [PATCH v3 01/14] iommufd: Keep IOCTL list in an alphabetical order

2024-12-19 Thread Nicolin Chen
On Tue, Dec 17, 2024 at 09:00:14PM -0800, Nicolin Chen wrote: > Move VDEVICE upward to keep the order. Also run clang-format keep the same > coding style at line wrappings. No functional change. It should fix the order in ucmd_buffer too. Will include in v4. Nicolin

[PATCH v3 01/14] iommufd: Keep IOCTL list in an alphabetical order

2024-12-17 Thread Nicolin Chen
Move VDEVICE upward to keep the order. Also run clang-format keep the same coding style at line wrappings. No functional change. Signed-off-by: Nicolin Chen --- drivers/iommu/iommufd/main.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/iommu/iommufd/m