projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc54a0
)
nvme-pci: remove the empty line at the beginning of nvme_should_reset()
author
Dongli Zhang
<dongli.zhang@oracle.com>
Mon, 8 Jun 2020 16:20:02 +0000
(09:20 -0700)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 8 Jul 2020 14:16:16 +0000
(16:16 +0200)
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>
drivers/nvme/host/pci.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/pci.c
b/drivers/nvme/host/pci.c
index cd14b1a0ef9065ebe6853308ffd02e5acaadaf92..b3538141ec11def1d66ec59303b6589fdaa992cb 100644
(file)
--- 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.
*/