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

s/fautly/faulty/p

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Bhaskar Chowdhury 2021-01-05 15:31:08 +05:30 committed by Herbert Xu
parent 34932a6033
commit 4d6a5a4b1e

View File

@ -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
* knows which request was fautly
* knows which request was faulty
*/
if (res) {
spin_lock_bh(&engine->lock);