]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
s390/vfio-ap: Fix indentation in vfio_ap_mdev_ioctl()
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 16 Jan 2025 13:11:47 +0000 (14:11 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Feb 2025 17:53:47 +0000 (18:53 +0100)
Remove any extra indentation to improve the code's readability.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Link: https://lore.kernel.org/r/20250116131146.105439-2-thorsten.blum@linux.dev
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/vfio_ap_ops.c

index a52c2690933fd57c45f145bc0738b387f95226bd..155e19aef5df9acac683d821fdc302dfdad7864f 100644 (file)
@@ -2199,8 +2199,8 @@ static ssize_t vfio_ap_mdev_ioctl(struct vfio_device *vdev,
                ret = vfio_ap_mdev_reset_queues(matrix_mdev);
                break;
        case VFIO_DEVICE_GET_IRQ_INFO:
-                       ret = vfio_ap_get_irq_info(arg);
-                       break;
+               ret = vfio_ap_get_irq_info(arg);
+               break;
        case VFIO_DEVICE_SET_IRQS:
                ret = vfio_ap_set_irqs(matrix_mdev, arg);
                break;