dax: pr_err() strings should end with newlines
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 25 Sep 2017 10:41:13 +0000 (16:11 +0530)
committerDan Williams <dan.j.williams@intel.com>
Thu, 28 Sep 2017 16:13:06 +0000 (09:13 -0700)
commitd083e6dae083ba3576ee454d5cab4491d9c21ec5
tree3f91001df706fb4f58363b3950fbc6d94f665e01
parentd34cb808402898e53b9a9bcbbedd01667a78723b
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>
drivers/dax/super.c