From: Tim Chen <tim.c.chen@linux.intel.com>
To: Ameen Ali <ameenali023@gmail.com>
Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org
Subject: Re: [PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error
Date: Fri, 13 Mar 2015 14:33:18 -0700 [thread overview]
Message-ID: <1426282398.660.22.camel@schen9-desk2.jf.intel.com> (raw)
In-Reply-To: <1426281204-10219-1-git-send-email-ameenali023@gmail.com>
On Fri, 2015-03-13 at 23:13 +0200, Ameen Ali wrote:
> fixing a syntax-error .
>
> Signed-off-by : Ameen Ali <AmeenAli023@gmail.com>
> ---
> arch/x86/crypto/sha-mb/sha1_mb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/crypto/sha-mb/sha1_mb.c b/arch/x86/crypto/sha-mb/sha1_mb.c
> index fd9f6b0..ec0b989 100644
> --- a/arch/x86/crypto/sha-mb/sha1_mb.c
> +++ b/arch/x86/crypto/sha-mb/sha1_mb.c
> @@ -828,7 +828,7 @@ static unsigned long sha1_mb_flusher(struct mcryptd_alg_cstate *cstate)
> while (!list_empty(&cstate->work_list)) {
> rctx = list_entry(cstate->work_list.next,
> struct mcryptd_hash_request_ctx, waiter);
> - if time_before(cur_time, rctx->tag.expire)
> + if(time_before(cur_time, rctx->tag.expire))
Can you add a space and make it
if (time_before(cur_time, rctx->tag.expire))
Thanks.
Tim
> break;
> kernel_fpu_begin();
> sha_ctx = (struct sha1_hash_ctx *) sha1_ctx_mgr_flush(cstate->mgr);
next prev parent reply other threads:[~2015-03-13 21:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-13 21:13 [PATCH 12/12] crypto/sha-mb/sha1_mb.c : Syntax error Ameen Ali
2015-03-13 21:33 ` Tim Chen [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-13 21:38 Ameen Ali
2015-03-16 10:50 ` Herbert Xu
2015-03-16 11:28 ` Paul Bolle
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=1426282398.660.22.camel@schen9-desk2.jf.intel.com \
--to=tim.c.chen@linux.intel.com \
--cc=ameenali023@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/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