Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/crypto: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220430191122.8667-2-Julia.Lawall@inria.fr
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

authored by

Julia Lawall and committed by
Heiko Carstens
4b03b3ee 4ae46db9

+2 -2
+1 -1
arch/s390/crypto/des_s390.c
··· 194 194 * same as DES. Implementers MUST reject keys that exhibit this 195 195 * property. 196 196 * 197 - * In fips mode additinally check for all 3 keys are unique. 197 + * In fips mode additionally check for all 3 keys are unique. 198 198 * 199 199 */ 200 200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key,
+1 -1
arch/s390/crypto/prng.c
··· 528 528 /* give mutex free before calling schedule() */ 529 529 mutex_unlock(&prng_data->mutex); 530 530 schedule(); 531 - /* occopy mutex again */ 531 + /* occupy mutex again */ 532 532 if (mutex_lock_interruptible(&prng_data->mutex)) { 533 533 if (ret == 0) 534 534 ret = -ERESTARTSYS;