diff mbox

[2/2] fscrypto: Fix fscrypt_decrypt_page() doc string

Message ID 1476824089-6841-3-git-send-email-richard@nod.at (mailing list archive)
State New, archived
Headers show

Commit Message

Richard Weinberger Oct. 18, 2016, 8:54 p.m. UTC
Most likely a copy&paste error from the f2fs import.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
 fs/crypto/crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Biggers Oct. 21, 2016, 8:02 p.m. UTC | #1
On Tue, Oct 18, 2016 at 10:54:49PM +0200, Richard Weinberger wrote:
> Most likely a copy&paste error from the f2fs import.
> 
> Signed-off-by: Richard Weinberger <richard@nod.at>
> ---
>  fs/crypto/crypto.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c
> index 1637a0450b9f..d789ddbc0a46 100644
> --- a/fs/crypto/crypto.c
> +++ b/fs/crypto/crypto.c
> @@ -265,7 +265,7 @@ struct page *fscrypt_encrypt_page(struct inode *inode,
>  EXPORT_SYMBOL(fscrypt_encrypt_page);
>  
>  /**
> - * f2crypt_decrypt_page() - Decrypts a page in-place
> + * fscrypt_decrypt_page() - Decrypts a page in-place
>   * @page: The page to decrypt. Must be locked.
>   *
>   * Decrypts page in-place using the ctx encryption context.
> -- 
> 2.7.3
> 

Looks fine.

Reviewed-by: Eric Biggers <ebiggers@google.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/fs/crypto/crypto.c b/fs/crypto/crypto.c
index 1637a0450b9f..d789ddbc0a46 100644
--- a/fs/crypto/crypto.c
+++ b/fs/crypto/crypto.c
@@ -265,7 +265,7 @@  struct page *fscrypt_encrypt_page(struct inode *inode,
 EXPORT_SYMBOL(fscrypt_encrypt_page);
 
 /**
- * f2crypt_decrypt_page() - Decrypts a page in-place
+ * fscrypt_decrypt_page() - Decrypts a page in-place
  * @page: The page to decrypt. Must be locked.
  *
  * Decrypts page in-place using the ctx encryption context.