From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugeni Dodonov Subject: Re: [PATCH 2/2] drm/i915: small hdmi coding style cleanups Date: Fri, 11 May 2012 19:53:54 -0300 Message-ID: <4FAD9882.9010506@linux.intel.com> References: <1336765699-11996-1-git-send-email-przanoni@gmail.com> <1336765699-11996-2-git-send-email-przanoni@gmail.com> Reply-To: eugeni.dodonov@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 301C49EB39 for ; Fri, 11 May 2012 15:53:23 -0700 (PDT) In-Reply-To: <1336765699-11996-2-git-send-email-przanoni@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Paulo Zanoni Cc: intel-gfx@lists.freedesktop.org, Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org On 05/11/2012 04:48 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > - 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 Except for the comments I had on the other patch: Reviewed-by: Eugeni Dodonov