Commit 4d6a5a4b authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Herbert Xu

crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment

s/fautly/faulty/p
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 34932a60
...@@ -177,7 +177,7 @@ int mv_cesa_tdma_process(struct mv_cesa_engine *engine, u32 status) ...@@ -177,7 +177,7 @@ int mv_cesa_tdma_process(struct mv_cesa_engine *engine, u32 status)
/* /*
* Save the last request in error to engine->req, so that the core * Save the last request in error to engine->req, so that the core
* knows which request was fautly * knows which request was faulty
*/ */
if (res) { if (res) {
spin_lock_bh(&engine->lock); spin_lock_bh(&engine->lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment