projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76d99b
)
ext4 crypto: fix spelling typo in comment
author
Laurent Navet
<laurent.navet@gmail.com>
Wed, 22 Jul 2015 04:09:45 +0000
(
00:09
-0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 22 Jul 2015 04:09:45 +0000
(
00:09
-0400)
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/crypto_key.c
patch
|
blob
|
history
diff --git
a/fs/ext4/crypto_key.c
b/fs/ext4/crypto_key.c
index ce75bc8b9aefef8fb33b2382e43116200eeb7c34..1d510c11b100cf3eb8a1cdcafa9131a94e3841bb 100644
(file)
--- a/
fs/ext4/crypto_key.c
+++ b/
fs/ext4/crypto_key.c
@@
-30,7
+30,7
@@
static void derive_crypt_complete(struct crypto_async_request *req, int rc)
/**
* ext4_derive_key_aes() - Derive a key using AES-128-ECB
- * @deriving_key: Encryption key used for derivatio.
+ * @deriving_key: Encryption key used for derivatio
n
.
* @source_key: Source key to which to apply derivation.
* @derived_key: Derived key.
*