aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_ih.c
diff options
context:
space:
mode:
authorDeepak R Varma <[email protected]>2020-11-02 17:20:50 +0000
committerAlex Deucher <[email protected]>2020-11-02 20:34:31 +0000
commit94ba290da1a9708e52039f38fff1eb4f97ff852a (patch)
tree76f362bdc99af7f5ddc0b7824542f3f2a3e56bcb /drivers/gpu/drm/amd/amdgpu/si_ih.c
parentdrm/amdgpu/amdgpu: improve code indentation and alignment (diff)
downloadkernel-94ba290da1a9708e52039f38fff1eb4f97ff852a.tar.gz
kernel-94ba290da1a9708e52039f38fff1eb4f97ff852a.zip
drm/amdgpu: improve code indentation and alignment
General code indentation and alignment changes such as replace spaces by tabs or align function arguments as per the coding style guidelines. The patch covers various .c files for this driver. Issue reported by checkpatch script. Signed-off-by: Deepak R Varma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_ih.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_ih.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_ih.c b/drivers/gpu/drm/amd/amdgpu/si_ih.c
index 621727d7fd18..51880f6ef634 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_ih.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_ih.c
@@ -43,7 +43,7 @@ static void si_ih_enable_interrupts(struct amdgpu_device *adev)
WREG32(IH_RB_CNTL, ih_rb_cntl);
adev->irq.ih.enabled = true;
}
-
+
static void si_ih_disable_interrupts(struct amdgpu_device *adev)
{
u32 ih_rb_cntl = RREG32(IH_RB_CNTL);