Re: [PATCH] ecryptfs: Fix typo in message

2021-04-18 Thread Tyler Hicks
On 2021-02-24 12:30:59, Sascha Hauer wrote: > ecryptfs_decrypt_page() issues a warning "Error encrypting extent". This > should be "Error decrypting extent" instead. > > Signed-off-by: Sascha Hauer Thanks! This looks good. I'll add the following fixes line while applying: Fixes: 0216f7f79217 ("

[PATCH] ecryptfs: Fix typo in message

2021-02-24 Thread Sascha Hauer
ecryptfs_decrypt_page() issues a warning "Error encrypting extent". This should be "Error decrypting extent" instead. Signed-off-by: Sascha Hauer --- fs/ecryptfs/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index a48116a