All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Gaston Gonzalez <gascoar@gmail.com>
Cc: grant.likely@linaro.org, devel@driverdev.osuosl.org,
	robh+dt@kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH] drivers: staging: imx-drm Fix checkpatch warning
Date: Wed, 29 Oct 2014 17:25:33 +0800	[thread overview]
Message-ID: <20141029092533.GA5886@kroah.com> (raw)
In-Reply-To: <1413427044-9980-1-git-send-email-gascoar@gmail.com>

On Wed, Oct 15, 2014 at 11:37:24PM -0300, Gaston Gonzalez wrote:
> Fix line over 80 characters in imx-tve.c
> 
> Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
> ---
>  drivers/staging/imx-drm/imx-tve.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/imx-drm/imx-tve.c b/drivers/staging/imx-drm/imx-tve.c
> index 3e8b0a1..a46905f 100644
> --- a/drivers/staging/imx-drm/imx-tve.c
> +++ b/drivers/staging/imx-drm/imx-tve.c
> @@ -665,7 +665,8 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
>  
>  	ret = regmap_read(tve->regmap, TVE_COM_CONF_REG, &val);
>  	if (ret < 0) {
> -		dev_err(dev, "failed to read configuration register: %d\n", ret);
> +		dev_err(dev, "failed to read configuration register: %d\n",
> +			ret);
>  		return ret;
>  	}
>  	if (val != 0x00100000) {

Does not apply :(

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Gaston Gonzalez <gascoar@gmail.com>
Cc: grant.likely@linaro.org, robh+dt@kernel.org,
	devel@driverdev.osuosl.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers: staging: imx-drm Fix checkpatch warning
Date: Wed, 29 Oct 2014 17:25:33 +0800	[thread overview]
Message-ID: <20141029092533.GA5886@kroah.com> (raw)
In-Reply-To: <1413427044-9980-1-git-send-email-gascoar@gmail.com>

On Wed, Oct 15, 2014 at 11:37:24PM -0300, Gaston Gonzalez wrote:
> Fix line over 80 characters in imx-tve.c
> 
> Signed-off-by: Gaston Gonzalez <gascoar@gmail.com>
> ---
>  drivers/staging/imx-drm/imx-tve.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/imx-drm/imx-tve.c b/drivers/staging/imx-drm/imx-tve.c
> index 3e8b0a1..a46905f 100644
> --- a/drivers/staging/imx-drm/imx-tve.c
> +++ b/drivers/staging/imx-drm/imx-tve.c
> @@ -665,7 +665,8 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
>  
>  	ret = regmap_read(tve->regmap, TVE_COM_CONF_REG, &val);
>  	if (ret < 0) {
> -		dev_err(dev, "failed to read configuration register: %d\n", ret);
> +		dev_err(dev, "failed to read configuration register: %d\n",
> +			ret);
>  		return ret;
>  	}
>  	if (val != 0x00100000) {

Does not apply :(

  reply	other threads:[~2014-10-29  9:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-16  2:37 [PATCH] drivers: staging: imx-drm Fix checkpatch warning Gaston Gonzalez
2014-10-16  2:37 ` Gaston Gonzalez
2014-10-29  9:25 ` Greg KH [this message]
2014-10-29  9:25   ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141029092533.GA5886@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gascoar@gmail.com \
    --cc=grant.likely@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.