[PATCH 1/2] drm/edid: Fix add_cea_modes() style issues

2013-08-07 Thread Ville Syrjälä
On Wed, Aug 07, 2013 at 07:39:13PM +0100, Damien Lespiau wrote: > A few styles issues have creept in here, fix them before touching this > code again. You could also sprinke a bit of constness into these functions while you're touching them. > > Signed-off-by: Damien Lespiau > --- >

[PATCH 1/2] drm/edid: Fix add_cea_modes() style issues

2013-08-07 Thread Damien Lespiau
A few styles issues have creept in here, fix them before touching this code again. Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_edid.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index

[PATCH 1/2] drm/edid: Fix add_cea_modes() style issues

2013-08-07 Thread Damien Lespiau
A few styles issues have creept in here, fix them before touching this code again. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_edid.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_edid.c

Re: [PATCH 1/2] drm/edid: Fix add_cea_modes() style issues

2013-08-07 Thread Ville Syrjälä
On Wed, Aug 07, 2013 at 07:39:13PM +0100, Damien Lespiau wrote: A few styles issues have creept in here, fix them before touching this code again. You could also sprinke a bit of constness into these functions while you're touching them. Signed-off-by: Damien Lespiau