drm/amdkfd: clean up one inconsistent indenting
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 31 May 2023 02:08:11 +0000 (10:08 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 16:35:08 +0000 (12:35 -0400)
drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c:1036 kgd2kfd_interrupt() warn: inconsistent indenting

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c

index e84ad1c..f0ed6e6 100644 (file)
@@ -1042,7 +1042,7 @@ void kgd2kfd_interrupt(struct kfd_dev *kfd, const void *ih_ring_entry)
                                is_patched ? patched_ihre : ih_ring_entry)) {
                        kfd_queue_work(node->ih_wq, &node->interrupt_work);
                        spin_unlock_irqrestore(&node->interrupt_lock, flags);
-                               return;
+                       return;
                }
                spin_unlock_irqrestore(&node->interrupt_lock, flags);
        }