@@ -353,7 +353,7 @@ struct pkey_kblob2pkey2 {
353353 * Is able to find out which type of secure key is given (CCA AES secure
354354 * key, CCA AES cipher key, CCA ECC private key, EP11 AES key, EP11 ECC private
355355 * key) and tries to find all matching crypto cards based on the MKVP and maybe
356- * other criterias (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
356+ * other criteria (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
357357 * with BLOB_PKEY_EXTRACTABLE need a CEX7 and EP11 api version 4). The list of
358358 * APQNs is further filtered by the key's mkvp which needs to match to either
359359 * the current mkvp (CCA and EP11) or the alternate mkvp (old mkvp, CCA adapters
@@ -370,7 +370,7 @@ struct pkey_kblob2pkey2 {
370370 * is empty (apqn_entries is 0) the apqn_entries field is updated to the number
371371 * of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0
372372 * but the number of apqn targets does not fit into the list, the apqn_targets
373- * field is updatedd with the number of reqired entries but there are no apqn
373+ * field is updated with the number of required entries but there are no apqn
374374 * values stored in the list and the ioctl returns with ENOSPC. If no matching
375375 * APQN is found, the ioctl returns with 0 but the apqn_entries value is 0.
376376 */
@@ -408,7 +408,7 @@ struct pkey_apqns4key {
408408 * is empty (apqn_entries is 0) the apqn_entries field is updated to the number
409409 * of apqn targets found and the ioctl returns with 0. If apqn_entries is > 0
410410 * but the number of apqn targets does not fit into the list, the apqn_targets
411- * field is updatedd with the number of reqired entries but there are no apqn
411+ * field is updated with the number of required entries but there are no apqn
412412 * values stored in the list and the ioctl returns with ENOSPC. If no matching
413413 * APQN is found, the ioctl returns with 0 but the apqn_entries value is 0.
414414 */
0 commit comments