]> git.baikalelectronics.ru Git - kernel.git/commit
ecryptfs: Fix typo in message
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 24 Feb 2021 11:30:59 +0000 (12:30 +0100)
committerTyler Hicks <code@tyhicks.com>
Mon, 19 Apr 2021 04:42:13 +0000 (04:42 +0000)
commitb10096e8601f475ce2edf5a5f7cc97a2deb84659
tree75e799476a4bddba29ef20adaed44db7f86a5f11
parent8e48d93198313b86995ae76a0760a011f844dd0c
ecryptfs: Fix typo in message

ecryptfs_decrypt_page() issues a warning "Error encrypting extent". This
should be "Error decrypting extent" instead.

Fixes: 6a5c9346d7c5 ("eCryptfs: replace encrypt, decrypt, and inode size write")
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Tyler Hicks <code@tyhicks.com>
fs/ecryptfs/crypto.c