Re: [PATCH] nvme: add missing \n to end of dev_warn message

2016-09-26 Thread J Freyensee
On Sun, 2016-09-25 at 15:04 -0700, Colin King wrote:
> From: Colin Ian King 
> 
> Trival fix, dev_warn message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King 

Reviewed-by: Jay Freyensee 



Re: [PATCH] nvme: add missing \n to end of dev_warn message

2016-09-26 Thread J Freyensee
On Sun, 2016-09-25 at 15:04 -0700, Colin King wrote:
> From: Colin Ian King 
> 
> Trival fix, dev_warn message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King 

Reviewed-by: Jay Freyensee 



[PATCH] nvme: add missing \n to end of dev_warn message

2016-09-25 Thread Colin King
From: Colin Ian King 

Trival fix, dev_warn message is missing a \n, so add it.

Signed-off-by: Colin Ian King 
---
 drivers/nvme/host/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 0fc99f0..62a3644 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -855,7 +855,7 @@ static void abort_endio(struct request *req, int error)
struct nvme_queue *nvmeq = iod->nvmeq;
u16 status = req->errors;
 
-   dev_warn(nvmeq->dev->ctrl.device, "Abort status: 0x%x", status);
+   dev_warn(nvmeq->dev->ctrl.device, "Abort status: 0x%x\n", status);
atomic_inc(>dev->ctrl.abort_limit);
blk_mq_free_request(req);
 }
-- 
2.9.3



[PATCH] nvme: add missing \n to end of dev_warn message

2016-09-25 Thread Colin King
From: Colin Ian King 

Trival fix, dev_warn message is missing a \n, so add it.

Signed-off-by: Colin Ian King 
---
 drivers/nvme/host/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 0fc99f0..62a3644 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -855,7 +855,7 @@ static void abort_endio(struct request *req, int error)
struct nvme_queue *nvmeq = iod->nvmeq;
u16 status = req->errors;
 
-   dev_warn(nvmeq->dev->ctrl.device, "Abort status: 0x%x", status);
+   dev_warn(nvmeq->dev->ctrl.device, "Abort status: 0x%x\n", status);
atomic_inc(>dev->ctrl.abort_limit);
blk_mq_free_request(req);
 }
-- 
2.9.3