crypto: marvell/cesa - Fix a spelling s/fautly/faultly/ in comment
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Tue, 5 Jan 2021 10:01:08 +0000 (15:31 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Jan 2021 06:10:27 +0000 (17:10 +1100)
s/fautly/faulty/p

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cesa/tdma.c

index 5d9c48fb72b2c2832dce8714ec35be60ed662656..0e0d6335979889216a612896dd39207cd77eb397 100644 (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);