diff options
| author | Randy Dunlap <[email protected]> | 2020-07-07 11:04:12 -0700 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2020-07-13 09:45:03 -0600 |
| commit | b216685bd8cfc17588a24b8da7e056055880b08e (patch) | |
| tree | 4c05c72a1339da63613ffd1058fa036fd06befbb | |
| parent | 96c6304196565a073a7f2bffbe9f2b50cecb4b51 (diff) | |
Documentation: security/keys: eliminate duplicated word
Drop the doubled word "in".
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Jarkko Sakkinen <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Cc: James Bottomley <[email protected]>
Cc: Jarkko Sakkinen <[email protected]>
Cc: Mimi Zohar <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
| -rw-r--r-- | Documentation/security/keys/trusted-encrypted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/security/keys/trusted-encrypted.rst b/Documentation/security/keys/trusted-encrypted.rst index 50ac8bcd6970..9483a7425ad5 100644 --- a/Documentation/security/keys/trusted-encrypted.rst +++ b/Documentation/security/keys/trusted-encrypted.rst @@ -200,7 +200,7 @@ Load an encrypted key "evm" from saved blob:: 24717c64 5972dcb82ab2dde83376d82b2e3c09ffc Other uses for trusted and encrypted keys, such as for disk and file encryption -are anticipated. In particular the new format 'ecryptfs' has been defined in +are anticipated. In particular the new format 'ecryptfs' has been defined in order to use encrypted keys to mount an eCryptfs filesystem. More details about the usage can be found in the file ``Documentation/security/keys/ecryptfs.rst``. |