public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mikael Svantesson <mikael@distopic.net>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Jason Cooper <jason@lakedaemon.net>, Jake Edge <jake@lwn.net>,
	Anton Saraev <antonysaraev@gmail.com>,
	devel@driverdev.osuosl.org
Cc: Mikael Svantesson <mikael@distopic.net>, linux-kernel@vger.kernel.org
Subject: [PATCH] staging: skein: skein_api.c: removed space before ','
Date: Mon, 27 Oct 2014 23:17:02 +0100	[thread overview]
Message-ID: <544EC45E.3030906@distopic.net> (raw)

Signed-off-by: Mikael Svantesson <mikael@distopic.net>
---
 drivers/staging/skein/skein_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/skein/skein_api.c
b/drivers/staging/skein/skein_api.c
index 6e700ee..5bfce07 100644
--- a/drivers/staging/skein/skein_api.c
+++ b/drivers/staging/skein/skein_api.c
@@ -31,7 +31,7 @@ int skein_ctx_prepare(struct skein_ctx *ctx, enum
skein_size size)
 {
 	skein_assert_ret(ctx && size, SKEIN_FAIL);
 -	memset(ctx , 0, sizeof(struct skein_ctx));
+	memset(ctx, 0, sizeof(struct skein_ctx));
 	ctx->skein_size = size;
  	return SKEIN_SUCCESS;
-- 
2.1.1


             reply	other threads:[~2014-10-27 22:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-27 22:17 Mikael Svantesson [this message]
2014-10-28  6:50 ` [PATCH] staging: skein: skein_api.c: removed space before ',' Dan Carpenter
2014-10-28 19:59   ` Mikael Svantesson
  -- strict thread matches above, loose matches on Subject: below --
2014-10-29 15:56 [PATCH v2] " Mikael Svantesson
     [not found] ` <1414601738-11968-1-git-send-email-mikael@distopic.net>
2014-10-29 17:51   ` [PATCH] " Jason Cooper
2014-10-29 16:38 [PATCH v2] " Mikael Svantesson
2014-10-29 17:45 ` [PATCH] " Mikael Svantesson
2014-10-30  5:45   ` Sudip Mukherjee

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=544EC45E.3030906@distopic.net \
    --to=mikael@distopic.net \
    --cc=antonysaraev@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jake@lwn.net \
    --cc=jason@lakedaemon.net \
    --cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox