mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Fix typo
The word 'device' is spelled wrongly at 2 places. Reported-by: Finn Callies <fcallies@linux.ibm.com> Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Finn Callies <fcallies@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
220f51fb98
commit
72f1a2e0a9
@@ -4665,7 +4665,7 @@ struct crypt_info {
|
||||
*
|
||||
* @param[in] keystore the keystore (not used here)
|
||||
* @param[in] volume the volume to mount
|
||||
* @param[in] dmname the debice mapper name
|
||||
* @param[in] dmname the device mapper name
|
||||
* @param[in] cipher_spec the cipher specification
|
||||
* @param[in] key_file_name the key file name
|
||||
* @param[in] key_file_size the size of the key file in bytes
|
||||
@@ -4932,7 +4932,7 @@ out:
|
||||
*
|
||||
* @param[in] keystore the keystore (not used here)
|
||||
* @param[in] volume the volume to mount
|
||||
* @param[in] dmname the debice mapper name
|
||||
* @param[in] dmname the device mapper name
|
||||
* @param[in] cipher_spec the cipher specification
|
||||
* @param[in] key_file_name the key file name
|
||||
* @param[in] key_file_size the size of the key file in bytes
|
||||
|
||||
Reference in New Issue
Block a user