drm/i915: small hdmi coding style cleanups
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 14 May 2012 20:12:50 +0000 (17:12 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 20 May 2012 15:51:51 +0000 (17:51 +0200)
- Changed the coding style of auxiliary infoframe functions to make
  them smaller
- Fixed the column alignment of some function definitions
- Remove definition of "struct drm_crtc" in some places as they're
  used only to retrieve "struct intel_crtc"

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found