* [PATCH] lightnvm: add missing \n to end of dev_err message
@ 2016-09-25 21:56 Colin King
2016-09-26 21:56 ` J Freyensee
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-09-25 21:56 UTC (permalink / raw)
From: Colin Ian King <colin.king@canonical.com>
Trival fix, dev_err message is missing a \n, so add it.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
drivers/nvme/host/lightnvm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/host/lightnvm.c b/drivers/nvme/host/lightnvm.c
index f5e3011..3dd312d 100644
--- a/drivers/nvme/host/lightnvm.c
+++ b/drivers/nvme/host/lightnvm.c
@@ -431,7 +431,7 @@ static int nvme_nvm_get_bb_tbl(struct nvm_dev *nvmdev, struct ppa_addr ppa,
if (le32_to_cpu(bb_tbl->tblks) != nr_blks) {
ret = -EINVAL;
dev_err(ctrl->device,
- "bbt unsuspected blocks returned (%u!=%u)",
+ "bbt unsuspected blocks returned (%u!=%u)\n",
le32_to_cpu(bb_tbl->tblks), nr_blks);
goto out;
}
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] lightnvm: add missing \n to end of dev_err message
2016-09-25 21:56 [PATCH] lightnvm: add missing \n to end of dev_err message Colin King
@ 2016-09-26 21:56 ` J Freyensee
0 siblings, 0 replies; 2+ messages in thread
From: J Freyensee @ 2016-09-26 21:56 UTC (permalink / raw)
On Sun, 2016-09-25@14:56 -0700, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Trival fix, dev_err message is missing a \n, so add it.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
>?
Reviewed-by: Jay Freyensee <james_p_freyensee at linux.intel.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-26 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-25 21:56 [PATCH] lightnvm: add missing \n to end of dev_err message Colin King
2016-09-26 21:56 ` J Freyensee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).