Re: [Intel-gfx] [PATCH 3/3] drm: Fix some coding style issues

2018-03-06 Thread Daniel Vetter
On Mon, Mar 05, 2018 at 04:49:19PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Put an empty line between the variable declarations and the code, and > use tabs for alignment. > > Signed-off-by: Ville Syrjälä Acked-by: Daniel Vetter > --- > drivers/gpu/drm/drm_framebuffer.c | 5 +++-

[Intel-gfx] [PATCH 3/3] drm: Fix some coding style issues

2018-03-05 Thread Ville Syrjala
From: Ville Syrjälä Put an empty line between the variable declarations and the code, and use tabs for alignment. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_framebuffer.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_framebuffer.c b/dri