diff options
Diffstat (limited to 'fs/ecryptfs/crypto.c')
-rw-r--r-- | fs/ecryptfs/crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 55110ffe9ebd..26070d69e59a 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c | |||
@@ -1673,7 +1673,7 @@ out: | |||
1673 | /** | 1673 | /** |
1674 | * ecryptfs_read_xattr_region | 1674 | * ecryptfs_read_xattr_region |
1675 | * @page_virt: The vitual address into which to read the xattr data | 1675 | * @page_virt: The vitual address into which to read the xattr data |
1676 | * @ecryptfs_dentry: The eCryptfs dentry | 1676 | * @ecryptfs_inode: The eCryptfs inode |
1677 | * | 1677 | * |
1678 | * Attempts to read the crypto metadata from the extended attribute | 1678 | * Attempts to read the crypto metadata from the extended attribute |
1679 | * region of the lower file. | 1679 | * region of the lower file. |