]> www.infradead.org Git - nvme.git/commitdiff
nvme: delete unnecessary fallthru comment
authorTokunori Ikegami <ikegami.t@gmail.com>
Sat, 5 Oct 2024 11:30:22 +0000 (20:30 +0900)
committerKeith Busch <kbusch@kernel.org>
Tue, 8 Oct 2024 20:50:44 +0000 (13:50 -0700)
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/multipath.c

index 48e7a8906d01211e44cd90bfc33e56fbb7c7b972..bad1620fbbfc1955dee91311335caabd52b286bd 100644 (file)
@@ -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;