> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Christian König > Sent: Thursday, October 26, 2017 12:06 PM > To: [email protected] > Subject: [PATCH 7/8] drm/amdgpu: fix indentation in amdgpu_display.h > > From: Christian König <[email protected]> > > That was somehow completely of. > > Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_display.h | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h > b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.h > index 3cc0ef0..11ae4ab 100644 > --- 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 > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
