Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] Staging: ccree: ssi_cipher.c: Correct spelling mistake.
@ 2017-09-06 19:24 Srishti Sharma
       [not found] ` <2b8bde9c-6e84-48c5-ab93-76127f314429@googlegroups.com>
  2017-09-06 20:59 ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Srishti Sharma @ 2017-09-06 19:24 UTC (permalink / raw)
  To: gregkh
  Cc: devel, outreachy-kernel, driverdev-devel, linux-kernel,
	Srishti Sharma, linux-crypto

Correct spelling of counter in comment .

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
---
 drivers/staging/ccree/ssi_cipher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ccree/ssi_cipher.c b/drivers/staging/ccree/ssi_cipher.c
index 8d31a93..99232b2 100644
--- a/drivers/staging/ccree/ssi_cipher.c
+++ b/drivers/staging/ccree/ssi_cipher.c
@@ -702,7 +702,7 @@ static int ssi_blkcipher_complete(struct device *dev,

 	ssi_buffer_mgr_unmap_blkcipher_request(dev, req_ctx, ivsize, src, dst);

-	/*Set the inflight couter value to local variable*/
+	/*Set the inflight counter value to local variable*/
 	inflight_counter =  ctx_p->drvdata->inflight_counter;
 	/*Decrease the inflight counter*/
 	if (ctx_p->flow_mode == BYPASS && ctx_p->drvdata->inflight_counter > 0)
--
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-06 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 19:24 [PATCH] Staging: ccree: ssi_cipher.c: Correct spelling mistake Srishti Sharma
     [not found] ` <2b8bde9c-6e84-48c5-ab93-76127f314429@googlegroups.com>
2017-09-06 20:39   ` [Outreachy kernel] " Julia Lawall
2017-09-06 20:59 ` Dan Carpenter
2017-09-06 21:02   ` Srishti Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox