[PATCH 1/1] drm/gma500: Code cleanup - styling

Arthur Borsboom arthurborsboom at gmail.com
Thu Mar 20 10:06:02 PDT 2014


Removed line return in the middle of function argument list.

Signed-off-by: Arthur Borsboom <arthurborsboom at gmail.com>
---
 drivers/gpu/drm/gma500/psb_intel_display.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/gma500/psb_intel_display.c b/drivers/gpu/drm/gma500/psb_intel_display.c
index b11cbd6..eb91fa7 100644
--- a/drivers/gpu/drm/gma500/psb_intel_display.c
+++ b/drivers/gpu/drm/gma500/psb_intel_display.c
@@ -547,8 +547,7 @@ void psb_intel_crtc_init(struct drm_device *dev, int pipe,
 	gma_crtc->mode_dev = mode_dev;
 	gma_crtc->cursor_addr = 0;
 
-	drm_crtc_helper_add(&gma_crtc->base,
-						dev_priv->ops->crtc_helper);
+	drm_crtc_helper_add(&gma_crtc->base, dev_priv->ops->crtc_helper);
 
 	/* Setup the array of drm_connector pointer array */
 	gma_crtc->mode_set.crtc = &gma_crtc->base;
-- 
1.9.0



More information about the dri-devel mailing list