drm/amdgpu: fix indentation in amdgpu_display.h
authorChristian König <christian.koenig@amd.com>
Mon, 23 Oct 2017 14:45:49 +0000 (16:45 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Dec 2017 21:41:29 +0000 (16:41 -0500)
That was somehow completely of.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.h

index 3cc0ef0..11ae4ab 100644 (file)
@@ -25,9 +25,8 @@
 
 struct drm_framebuffer *
 amdgpu_user_framebuffer_create(struct drm_device *dev,
-                                                      struct drm_file *file_priv,
-                                                          const struct drm_mode_fb_cmd2 *mode_cmd);
-
+                              struct drm_file *file_priv,
+                              const struct drm_mode_fb_cmd2 *mode_cmd);
 void amdgpu_output_poll_changed(struct drm_device *dev);
 
 #endif