Re: [Intel-gfx] [PATCH 2/7] drm/i915: Always call the adjusted mode 'adjusted_mode'

2015-09-28 Thread Daniel Vetter
On Tue, Sep 08, 2015 at 01:40:45PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Always name any variable pointing at the adjusted mode as > 'adjustead_mode'. This will make it much easier to identify > when we should use the crtc_ timings

Re: [Intel-gfx] [PATCH 2/7] drm/i915: Always call the adjusted mode 'adjusted_mode'

2015-09-24 Thread Mika Kahola
coccinelle does a fine job on renaming the variables. Although, it does break the rule of 80 character line width. Reviewed-by: Mika Kahola On Tue, 2015-09-08 at 13:40 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > >

[Intel-gfx] [PATCH 2/7] drm/i915: Always call the adjusted mode 'adjusted_mode'

2015-09-08 Thread ville . syrjala
From: Ville Syrjälä Always name any variable pointing at the adjusted mode as 'adjustead_mode'. This will make it much easier to identify when we should use the crtc_ timings and when we shoudln't. Conversion was performed with coccinelle: @@ expression E;