vfio-pci: Re-indent what was vfio_pci_core_ioctl()
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 31 Aug 2022 20:15:58 +0000 (17:15 -0300)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 1 Sep 2022 21:29:11 +0000 (15:29 -0600)
commitea3fc04d4fad2d31adb8a25115d4bd53b214bfc4
treeaeae9f2018bc1d227930396ae11457872a340204
parent2ecf3b58ed7bc52ad58e02bb1596130fa6e6da53
vfio-pci: Re-indent what was vfio_pci_core_ioctl()

Done mechanically with:

 $ git clang-format-14 -i --lines 675:1210 drivers/vfio/pci/vfio_pci_core.c

And manually reflow the multi-line comments clang-format doesn't fix.

Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/3-v2-0f9e632d54fb+d6-vfio_ioctl_split_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/pci/vfio_pci_core.c