Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d083e6da authored by Arvind Yadav's avatar Arvind Yadav Committed by Dan Williams
Browse files

dax: pr_err() strings should end with newlines



pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.

Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent d34cb808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ int __bdev_dax_supported(struct super_block *sb, int blocksize)
	put_dax(dax_dev);

	if (len < 1) {
		pr_err("VFS (%s): error: dax access failed (%ld)",
		pr_err("VFS (%s): error: dax access failed (%ld)\n",
				sb->s_id, len);
		return len < 0 ? len : -EIO;
	}