OSDN Git Service

s390/pkey: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:50 +0000 (12:53 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sun, 27 Mar 2022 20:18:38 +0000 (22:18 +0200)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Harald Freudenberger <freude@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/crypto/pkey_api.c

index cf23ce1..7f69ca6 100644 (file)
@@ -155,7 +155,7 @@ static int pkey_skey2pkey(const u8 *key, struct pkey_protkey *pkey)
        /*
         * The cca_xxx2protkey call may fail when a card has been
         * addressed where the master key was changed after last fetch
-        * of the mkvp into the cache. Try 3 times: First witout verify
+        * of the mkvp into the cache. Try 3 times: First without verify
         * then with verify and last round with verify and old master
         * key verification pattern match not ignored.
         */