summaryrefslogtreecommitdiffstats
path: root/drivers/dax
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-09-25 16:11:13 +0530
committerDan Williams <dan.j.williams@intel.com>2017-09-28 09:13:06 -0700
commitd083e6dae083ba3576ee454d5cab4491d9c21ec5 (patch)
tree3f91001df706fb4f58363b3950fbc6d94f665e01 /drivers/dax
parentd34cb808402898e53b9a9bcbbedd01667a78723b (diff)
downloadop-kernel-dev-d083e6dae083ba3576ee454d5cab4491d9c21ec5.zip
op-kernel-dev-d083e6dae083ba3576ee454d5cab4491d9c21ec5.tar.gz
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: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dax')
-rw-r--r--drivers/dax/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dax/super.c b/drivers/dax/super.c
index 557b9370..30d8a5a 100644
--- a/drivers/dax/super.c
+++ b/drivers/dax/super.c
@@ -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;
}
OpenPOWER on IntegriCloud