On Wed, Oct 08, 2014 at 08:34:48PM +0200, Rene Kolarik wrote: > Wrapping two too long lines in two files of the imx-drm driver. > > Signed-off-by: Rene Kolarik <rene.kolarik@xxxxxxxxx> > --- > drivers/staging/imx-drm/imx-drm-core.c | 3 ++- > drivers/staging/imx-drm/imx-tve.c | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c > index 9cb222e..9d1f861 100644 > --- a/drivers/staging/imx-drm/imx-drm-core.c > +++ b/drivers/staging/imx-drm/imx-drm-core.c > @@ -632,7 +632,8 @@ static int imx_drm_platform_probe(struct platform_device *pdev) > continue; > } > > - component_match_add(&pdev->dev, &match, compare_of, remote); > + component_match_add(&pdev->dev, &match, compare_of, > + remote); Please line this up with the ( character on the line above. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel