summaryrefslogtreecommitdiffstats
path: root/drivers/input/mousedev.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-09-08 13:40:45 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-09-30 10:19:52 +0200
commit124abe076fd8b360dd7c651046cb8b204268efeb (patch)
tree177795b39063603d55875c79c752cfe0fadfbef4 /drivers/input/mousedev.c
parent28694070d849c98290288734ef67a3ef484425ec (diff)
downloadblackbird-op-linux-124abe076fd8b360dd7c651046cb8b204268efeb.tar.gz
blackbird-op-linux-124abe076fd8b360dd7c651046cb8b204268efeb.zip
drm/i915: Always call the adjusted mode 'adjusted_mode'
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; identifier I; @@ - struct drm_display_mode *I = &E.adjusted_mode; + struct drm_display_mode *adjusted_mode = &E.adjusted_mode; <... - I + adjusted_mode ...> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com> [danvet: Fixup conflicts.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/input/mousedev.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud