add patch revert-remove-block_device_ejected
[ext4-patch-queue.git] / fix-crypto-typo
blob2b1d026355db3975e4e72fa5c7e98eb41d8dc401
1 ext4 crypto: fix spelling typo in comment
3 From: Laurent Navet <laurent.navet@gmail.com>
5 Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
6 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
7 ---
8  fs/ext4/crypto_key.c | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/fs/ext4/crypto_key.c b/fs/ext4/crypto_key.c
12 index ce75bc8..1d510c1 100644
13 --- a/fs/ext4/crypto_key.c
14 +++ b/fs/ext4/crypto_key.c
15 @@ -30,7 +30,7 @@ static void derive_crypt_complete(struct crypto_async_request *req, int rc)
17  /**
18   * ext4_derive_key_aes() - Derive a key using AES-128-ECB
19 - * @deriving_key: Encryption key used for derivatio.
20 + * @deriving_key: Encryption key used for derivation.
21   * @source_key:   Source key to which to apply derivation.
22   * @derived_key:  Derived key.
23   *
24 -- 
25 2.1.4
28 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
29 the body of a message to majordomo@vger.kernel.org
30 More majordomo info at  http://vger.kernel.org/majordomo-info.html
31 Please read the FAQ at  http://www.tux.org/lkml/