All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ecryptfs: Fix typo in ecryptfs_derive_iv function comment
@ 2026-03-30 10:35 Thorsten Blum
  2026-03-30 10:35 ` [PATCH 2/2] ecryptfs: Drop TODO comment in ecryptfs_derive_iv Thorsten Blum
  2026-04-02 22:32 ` [PATCH 1/2] ecryptfs: Fix typo in ecryptfs_derive_iv function comment Tyler Hicks
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Blum @ 2026-03-30 10:35 UTC (permalink / raw)
  To: Tyler Hicks, Thorsten Blum, Christian Brauner, Eric Biggers,
	Ard Biesheuvel, Zipeng Zhang, Jeff Layton, Kees Cook
  Cc: Amir Goldstein, ecryptfs, linux-kernel

s/vale/value/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 fs/ecryptfs/crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index 3b59346d68c5..585bad6577ed 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -72,7 +72,7 @@ static int ecryptfs_crypto_api_algify_cipher_name(char **algified_name,
 
 /**
  * ecryptfs_derive_iv
- * @iv: destination for the derived iv vale
+ * @iv: destination for the derived iv value
  * @crypt_stat: Pointer to crypt_stat struct for the current inode
  * @offset: Offset of the extent whose IV we are to derive
  *

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-02 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-30 10:35 [PATCH 1/2] ecryptfs: Fix typo in ecryptfs_derive_iv function comment Thorsten Blum
2026-03-30 10:35 ` [PATCH 2/2] ecryptfs: Drop TODO comment in ecryptfs_derive_iv Thorsten Blum
2026-04-02 22:32 ` [PATCH 1/2] ecryptfs: Fix typo in ecryptfs_derive_iv function comment Tyler Hicks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.