public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Olli Lehtinen <olli.lehtinen@iki.fi>
Cc: jkc@redhat.com, sparmaintainer@unisys.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: unisys: Removed a prohibited space in a function parameter
Date: Fri, 9 Jan 2015 17:42:39 -0800	[thread overview]
Message-ID: <20150110014239.GA31366@kroah.com> (raw)
In-Reply-To: <d63fd4753ad47af98d2b26198dcf8db7@kapsi.fi>

On Tue, Dec 23, 2014 at 12:51:55PM +0200, Olli Lehtinen wrote:
> Fixes the checkpatch.pl error:
> ERROR: space prohibited before that ',' (ctx:WxW)" in virthba.c.
> 
> Signed-off-by: Olli Lehtinen <olli.lehtinen@iki.fi>
> ---
>  drivers/staging/unisys/virthba/virthba.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/unisys/virthba/virthba.c
> b/drivers/staging/unisys/virthba/virthba.c
> index d7a629b..82fcb3b 100644
> --- a/drivers/staging/unisys/virthba/virthba.c
> +++ b/drivers/staging/unisys/virthba/virthba.c
> @@ -1438,7 +1438,7 @@ static ssize_t enable_ints_write(struct file *file,
> 		return -EFAULT;
> 	}
> 
> -	i = kstrtoint(buf, 10 , &new_value);
> +	i = kstrtoint(buf, 10, &new_value);
> 
> 	if (i != 0) {
> 		LOGERR("Failed to scan value for enable_ints, buf<<%.*s>>",
> -- 
> 1.7.10.4

This patch fails to apply for some reason :(

Please fix it up and resend.

greg k-h

      reply	other threads:[~2015-01-10  1:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-23 10:51 [PATCH] staging: unisys: Removed a prohibited space in a function parameter Olli Lehtinen
2015-01-10  1:42 ` Greg KH [this message]

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=20150110014239.GA31366@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=jkc@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olli.lehtinen@iki.fi \
    --cc=sparmaintainer@unisys.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox