[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141008225839.GA10226@kroah.com>
Date: Wed, 8 Oct 2014 15:58:39 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Rene Kolarik <rene.kolarik@...il.com>
Cc: shawn.guo@...escale.com, kernel@...gutronix.de,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org
Subject: Re: [PATCH] drivers: staging: imx-drm driver cleanup
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@...il.com>
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists