* [PATCH v2] nvme: delete unnecessary fallthru comment
@ 2024-10-05 11:30 Tokunori Ikegami
2024-10-08 21:15 ` Keith Busch
0 siblings, 1 reply; 2+ messages in thread
From: Tokunori Ikegami @ 2024-10-05 11:30 UTC (permalink / raw)
To: linux-nvme; +Cc: Tokunori Ikegami
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
---
drivers/nvme/host/multipath.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
index 48e7a8906d01..bad1620fbbfc 100644
--- a/drivers/nvme/host/multipath.c
+++ b/drivers/nvme/host/multipath.c
@@ -431,7 +431,6 @@ static bool nvme_available_path(struct nvme_ns_head *head)
case NVME_CTRL_LIVE:
case NVME_CTRL_RESETTING:
case NVME_CTRL_CONNECTING:
- /* fallthru */
return true;
default:
break;
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-08 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-05 11:30 [PATCH v2] nvme: delete unnecessary fallthru comment Tokunori Ikegami
2024-10-08 21:15 ` Keith Busch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox