lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1476824089-6841-3-git-send-email-richard@nod.at>
Date:   Tue, 18 Oct 2016 22:54:49 +0200
From:   Richard Weinberger <richard@....at>
To:     linux-kernel@...r.kernel.org
Cc:     linux-fsdevel@...r.kernel.org, ebiggers@...gle.com,
        jaegeuk@...nel.org, tytso@....edu,
        Richard Weinberger <richard@....at>
Subject: [PATCH 2/2] fscrypto: Fix fscrypt_decrypt_page() doc string

Most likely a copy&paste error from the f2fs import.

Signed-off-by: Richard Weinberger <richard@....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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ