diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-02-12 14:05:08 +0000 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-02-13 17:51:37 -0500 |
commit | 9b49c19766a854feefa7fe5288c1915658a939f5 (patch) | |
tree | 8f2d513731af9200cfbc0e84a67b3e76e2bf34a3 /drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | |
parent | 4d3d228e102cce18a1de6ff66761543267882947 (diff) | |
download | lwn-9b49c19766a854feefa7fe5288c1915658a939f5.tar.gz lwn-9b49c19766a854feefa7fe5288c1915658a939f5.zip |
drm/amdgpu: fix several indentation issues
There are several statements that are incorrectly indented. Fix these.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c index db443ec53d3a..bea32f076b91 100644 --- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c +++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c @@ -2980,7 +2980,7 @@ static int dce_v6_0_pageflip_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) { - unsigned long flags; + unsigned long flags; unsigned crtc_id; struct amdgpu_crtc *amdgpu_crtc; struct amdgpu_flip_work *works; |