Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ecryptfs: Fix typo in ecryptfs_derive_iv function comment

s/vale/value/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Tyler Hicks <code@tyhicks.com>

authored by

Thorsten Blum and committed by
Tyler Hicks
c8717a7f 1601fe9e

+1 -1
+1 -1
fs/ecryptfs/crypto.c
··· 72 72 73 73 /** 74 74 * ecryptfs_derive_iv 75 - * @iv: destination for the derived iv vale 75 + * @iv: destination for the derived iv value 76 76 * @crypt_stat: Pointer to crypt_stat struct for the current inode 77 77 * @offset: Offset of the extent whose IV we are to derive 78 78 *