Skip to content

Commit 9c7072d

Browse files
ikegami-tkeithbusch
authored andcommitted
nvme: delete unnecessary fallthru comment
Signed-off-by: Tokunori Ikegami <[email protected]> Signed-off-by: Keith Busch <[email protected]>
1 parent 40f0e5d commit 9c7072d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/nvme/host/multipath.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ static bool nvme_available_path(struct nvme_ns_head *head)
431431
case NVME_CTRL_LIVE:
432432
case NVME_CTRL_RESETTING:
433433
case NVME_CTRL_CONNECTING:
434-
/* fallthru */
435434
return true;
436435
default:
437436
break;

0 commit comments

Comments
 (0)