From: Jaegeuk Kim Date: Sat, 6 Feb 2016 03:21:41 +0000 (-0800) Subject: f2fs crypto: fix spelling typo in comment X-Git-Tag: v4.6-rc1~66^2~42 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0fac2d501b0d13216c4bdd25c9d535edf306451f;p=linux.git f2fs crypto: fix spelling typo in comment This patch adopts: ext4 crypto: fix spelling typo in comment Signed-off-by: Laurent Navet Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/crypto_key.c b/fs/f2fs/crypto_key.c index fc0e3ccec00f..2d491eee3b19 100644 --- a/fs/f2fs/crypto_key.c +++ b/fs/f2fs/crypto_key.c @@ -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 - * @deriving_key: Encryption key used for derivatio. + * @deriving_key: Encryption key used for derivation. * @source_key: Source key to which to apply derivation. * @derived_key: Derived key. *