Re: [Intel-gfx] [PATCH 01/29] drm/i915: Replace some spaces with tabs

2017-09-18 Thread Jani Nikula
On Mon, 18 Sep 2017, Ville Syrjala wrote: > From: Ville Syrjälä > > Some comments in intel_ddi.c are indented with spaces instead of tabs. > Fix that up. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_ddi.c | 6 +++--- > 1 file changed, 3 insert

Re: [Intel-gfx] [PATCH 01/29] drm/i915: Replace some spaces with tabs

2017-09-18 Thread Chris Wilson
Quoting Ville Syrjala (2017-09-18 19:25:36) > From: Ville Syrjälä > > Some comments in intel_ddi.c are indented with spaces instead of tabs. > Fix that up. > > Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson -Chris ___ Intel-gfx mailing list I

[Intel-gfx] [PATCH 01/29] drm/i915: Replace some spaces with tabs

2017-09-18 Thread Ville Syrjala
From: Ville Syrjälä Some comments in intel_ddi.c are indented with spaces instead of tabs. Fix that up. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_ddi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm