[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20201216131542.1320550-1-geert+renesas@glider.be>
Date: Wed, 16 Dec 2020 14:15:42 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Alasdair Kergon <agk@...hat.com>,
Mike Snitzer <snitzer@...hat.com>,
Jiri Kosina <trivial@...nel.org>
Cc: dm-devel@...hat.com, linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH trivial] dm crypt: Spelling s/cihper/cipher/
Fix a misspelling of "cipher".
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
drivers/md/dm-crypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 392337f16ecfd87f..3e6a06c93865e311 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) */
};
--
2.25.1
Powered by blists - more mailing lists