mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
s390: fix various typos
Fix various typos found with codespell. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
committed by
Alexander Gordeev
parent
2b70a11955
commit
cada938a01
@@ -674,7 +674,7 @@ static long zcrypt_rsa_modexpo(struct ap_perms *perms,
|
||||
pref_zq = NULL;
|
||||
spin_lock(&zcrypt_list_lock);
|
||||
for_each_zcrypt_card(zc) {
|
||||
/* Check for usable accelarator or CCA card */
|
||||
/* Check for usable accelerator or CCA card */
|
||||
if (!zc->online || !zc->card->config || zc->card->chkstop ||
|
||||
!(zc->card->functions & 0x18000000))
|
||||
continue;
|
||||
@@ -779,7 +779,7 @@ static long zcrypt_rsa_crt(struct ap_perms *perms,
|
||||
pref_zq = NULL;
|
||||
spin_lock(&zcrypt_list_lock);
|
||||
for_each_zcrypt_card(zc) {
|
||||
/* Check for usable accelarator or CCA card */
|
||||
/* Check for usable accelerator or CCA card */
|
||||
if (!zc->online || !zc->card->config || zc->card->chkstop ||
|
||||
!(zc->card->functions & 0x18000000))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user