[PATCH 2/2] nvme-pci: remove empty line following nvme_should_reset()

From: Dongli Zhang
Date: Mon Jun 08 2020 - 12:29:25 EST


Just cleanup by removing the empty line.

Signed-off-by: Dongli Zhang <dongli.zhang@xxxxxxxxxx>
---
drivers/nvme/host/pci.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index d690d5593a80..4471e9910906 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -1153,7 +1153,6 @@ static void abort_endio(struct request *req, blk_status_t error)

static bool nvme_should_reset(struct nvme_dev *dev, u32 csts)
{
-
/* If true, indicates loss of adapter communication, possibly by a
* NVMe Subsystem reset.
*/
--
2.17.1