public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvme: add missing \n to end of dev_warn message
@ 2016-09-25 22:04 Colin King
  2016-09-26 21:53 ` J Freyensee
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-09-25 22:04 UTC (permalink / raw)
  To: trivial, Keith Busch, Jens Axboe, linux-nvme; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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(&nvmeq->dev->ctrl.abort_limit);
 	blk_mq_free_request(req);
 }
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nvme: add missing \n to end of dev_warn message
  2016-09-25 22:04 [PATCH] nvme: add missing \n to end of dev_warn message Colin King
@ 2016-09-26 21:53 ` J Freyensee
  0 siblings, 0 replies; 2+ messages in thread
From: J Freyensee @ 2016-09-26 21:53 UTC (permalink / raw)
  To: Colin King, trivial, Keith Busch, Jens Axboe, linux-nvme; +Cc: linux-kernel

On Sun, 2016-09-25 at 15:04 -0700, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trival fix, dev_warn message is missing a \n, so add it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-26 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-25 22:04 [PATCH] nvme: add missing \n to end of dev_warn message Colin King
2016-09-26 21:53 ` J Freyensee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox