projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c77d4e
)
drm/amdgpu: fix indentation in amdgpu_display.h
author
Christian König
<
[email protected]
>
Mon, 23 Oct 2017 14:45:49 +0000
(16:45 +0200)
committer
Alex Deucher
<
[email protected]
>
Mon, 4 Dec 2017 21:41:29 +0000
(16:41 -0500)
That was somehow completely of.
Signed-off-by: Christian König <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
index 3cc0ef0c055e9fcc6e12f39b3921200c66027e59..11ae4ab23768f8ed8b9a84f9fbfc562385e1a97c 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_display.h
@@
-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