From: Bhaskar Chowdhury Date: Tue, 5 Jan 2021 10:01:08 +0000 (+0530) Subject: crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d6a5a4b1e4a7606bf666ce694671f6897bdabaa;p=linux.git crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment s/fautly/faulty/p Signed-off-by: Bhaskar Chowdhury Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/marvell/cesa/tdma.c b/drivers/crypto/marvell/cesa/tdma.c index 5d9c48fb72b2c..0e0d633597988 100644 --- a/drivers/crypto/marvell/cesa/tdma.c +++ b/drivers/crypto/marvell/cesa/tdma.c @@ -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);