[Intel-gfx] [PATCH] drivers/gpu/drm/i915/dma: style fixes

2014-06-02 Thread Robin Schroer
Fixed several double space pointer notations, and added one newline Signed-off-by: Robin Schroer sulamiificat...@gmail.com --- drivers/gpu/drm/i915/i915_dma.c | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_dma.c b

Re: [Intel-gfx] [PATCH] drivers/gpu/drm/i915/dma: style fixes

2014-06-02 Thread Robin Schroer
On Mon, Jun 02, 2014 at 05:21:32PM +0200, Daniel Vetter wrote: On Mon, Jun 02, 2014 at 04:10:08PM +0100, Damien Lespiau wrote: On Mon, Jun 02, 2014 at 04:59:39PM +0200, Robin Schroer wrote: Fixed several double space pointer notations, and added one newline Signed-off-by: Robin Schroer

[Intel-gfx] [PATCH] drivers/gpu/drm/i915/intel_display: coding style fixes

2014-05-19 Thread Robin Schroer
Fixed several switch statements, curly braces, dereference operators and keywords. Signed-off-by: Robin Schroer sulamiificat...@gmail.com --- drivers/gpu/drm/i915/intel_display.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/i915