projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d20f5
)
nvme-fabrics: remove an extra comment
author
Chaitanya Kulkarni
<chaitanya.kulkarni@wdc.com>
Fri, 21 May 2021 22:41:59 +0000
(15:41 -0700)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 3 Jun 2021 07:29:25 +0000
(10:29 +0300)
Remove the comment at the end of the switch that is not needed as
function is small enough.
No functionality change in this patch.
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fabrics.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/fabrics.c
b/drivers/nvme/host/fabrics.c
index d71ffcbc32960e6b4e35efe77f040c2951816122..78527690c94796846357534f6f84258f348a12b9 100644
(file)
--- a/
drivers/nvme/host/fabrics.c
+++ b/
drivers/nvme/host/fabrics.c
@@
-339,7
+339,7
@@
static void nvmf_log_connect_error(struct nvme_ctrl *ctrl,
"Connect command failed, error wo/DNR bit: %d\n",
err_sctype);
break;
- }
/* switch (err_sctype) */
+ }
}
/**