mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
f2fs crypto: fix spelling typo in comment
This patch adopts: ext4 crypto: fix spelling typo in comment Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
parent
66aa3e1274
commit
0fac2d501b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ static void derive_crypt_complete(struct crypto_async_request *req, int rc)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* f2fs_derive_key_aes() - Derive a key using AES-128-ECB
|
* f2fs_derive_key_aes() - Derive a key using AES-128-ECB
|
||||||
* @deriving_key: Encryption key used for derivatio.
|
* @deriving_key: Encryption key used for derivation.
|
||||||
* @source_key: Source key to which to apply derivation.
|
* @source_key: Source key to which to apply derivation.
|
||||||
* @derived_key: Derived key.
|
* @derived_key: Derived key.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue