aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/main.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-09-27 05:18:02 -0700
committerTyler Hicks <tyhicks@canonical.com>2017-11-04 22:16:39 +0000
commit0996b67df6c1354f2df09c33ac652c37e2e2471f (patch)
tree4aa4bbaf9ed6cfffd2c58d991db7499d0f6c7938 /fs/ecryptfs/main.c
parentLinux 4.14-rc7 (diff)
downloadlinux-dev-0996b67df6c1354f2df09c33ac652c37e2e2471f.tar.xz
linux-dev-0996b67df6c1354f2df09c33ac652c37e2e2471f.zip
ecryptfs: add missing \n to end of various error messages
Trival fix, some error messages are missing a \n, so add it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r--fs/ecryptfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index 6b801186baa5..1a419c3b8d4f 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -426,7 +426,7 @@ static int ecryptfs_parse_options(struct ecryptfs_sb_info *sbi, char *options,
mount_crypt_stat->global_default_cipher_key_size);
if (!cipher_code) {
ecryptfs_printk(KERN_ERR,
- "eCryptfs doesn't support cipher: %s",
+ "eCryptfs doesn't support cipher: %s\n",
mount_crypt_stat->global_default_cipher_name);
rc = -EINVAL;
goto out;