diff options
author | Dongli Zhang <dongli.zhang@oracle.com> | 2020-06-08 19:20:02 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-07-08 17:16:16 +0300 |
commit | ad509996432e54284d35f2e42b0f78273cbef27d (patch) | |
tree | af6aeeba0001ea2d2bf43a007268969db6f55f83 /drivers | |
parent | 9dc54a0d15665088f4c4ee30df5d2a94f03be3fa (diff) | |
download | linux-ad509996432e54284d35f2e42b0f78273cbef27d.tar.xz |
nvme-pci: remove the empty line at the beginning of nvme_should_reset()
Just cleanup by removing the empty line.
Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/nvme/host/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index cd14b1a0ef90..b3538141ec11 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -1155,7 +1155,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. */ |