From: Olli Lehtinen <olli.lehtinen@iki.fi>
To: gregkh@linuxfoundation.org, jkc@redhat.com
Cc: sparmaintainer@unisys.com, linux-kernel@vger.kernel.org
Subject: [PATCH] staging: unisys: Removed a prohibited space in a function parameter
Date: Tue, 23 Dec 2014 12:51:55 +0200 [thread overview]
Message-ID: <d63fd4753ad47af98d2b26198dcf8db7@kapsi.fi> (raw)
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
next reply other threads:[~2014-12-23 10:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-23 10:51 Olli Lehtinen [this message]
2015-01-10 1:42 ` 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=d63fd4753ad47af98d2b26198dcf8db7@kapsi.fi \
--to=olli.lehtinen@iki.fi \
--cc=gregkh@linuxfoundation.org \
--cc=jkc@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--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
Powered by JetHome