diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-12-16 14:15:42 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2021-02-03 16:10:05 +0100 |
commit | 74d1da3988f677daf2919dbb6bcd3bb13f094960 (patch) | |
tree | a2693a991a5181f8d8b1acb7d35131d29795345c /drivers/md/dm-crypt.c | |
parent | dm dust: remove h from printk format specifier (diff) | |
download | linux-74d1da3988f677daf2919dbb6bcd3bb13f094960.tar.xz linux-74d1da3988f677daf2919dbb6bcd3bb13f094960.zip |
dm crypt: Spelling s/cihper/cipher/
Fix a misspelling of "cipher".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/md/dm-crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c index 5a55617a08e6..a45d23d31b0a 100644 --- a/drivers/md/dm-crypt.c +++ b/drivers/md/dm-crypt.c @@ -133,7 +133,7 @@ enum flags { DM_CRYPT_SUSPENDED, DM_CRYPT_KEY_VALID, DM_CRYPT_WRITE_INLINE }; enum cipher_flags { - CRYPT_MODE_INTEGRITY_AEAD, /* Use authenticated mode for cihper */ + CRYPT_MODE_INTEGRITY_AEAD, /* Use authenticated mode for cipher */ CRYPT_IV_LARGE_SECTORS, /* Calculate IV from sector_size, not 512B sectors */ CRYPT_ENCRYPT_PREPROCESS, /* Must preprocess data for encryption (elephant) */ }; |