2020-06-08 17:42:20

by Dongli Zhang

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

Just cleanup by removing the empty line.

Signed-off-by: Dongli Zhang <[email protected]>
---
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


2020-06-08 21:39:58

by Chaitanya Kulkarni

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

On 6/8/20 9:29 AM, Dongli Zhang wrote:
> Just cleanup by removing the empty line.
>
> Signed-off-by: Dongli Zhang <[email protected]>
> ---

Reviewed-by: Chaitanya Kulkarni <[email protected]>