Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503347
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string |
| Date | 2016-10-18 23:00 +0200 |
| Message-ID | <stJEm-79N-29@gated-at.bofh.it> (permalink) |
| References | <stJEm-79N-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
fscrypto: Two trivial patches Richard Weinberger <richard@nod.at> - 2016-10-18 23:00 +0200
[PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string Richard Weinberger <richard@nod.at> - 2016-10-18 23:00 +0200
Re: [PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string Eric Biggers <ebiggers@google.com> - 2016-10-21 22:10 +0200
[PATCH 1/2] fscrypto: Fix log string in do_crypto() Richard Weinberger <richard@nod.at> - 2016-10-18 23:00 +0200
Re: [PATCH 1/2] fscrypto: Fix log string in do_crypto() Eric Biggers <ebiggers@google.com> - 2016-10-21 22:10 +0200
csiph-web