]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5cc6060dbca99f396458315e47bc9a6dd425f856
treeaeae9f2018bc1d227930396ae11457872a340204
parentba26735d84d958262830a2319c057046e62539e6
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