diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 0f1102235..8c3c3b427 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -2941,7 +2941,7 @@ static bool vdisk_use_zero_copy(const struct scst_cmd *cmd) case VARIABLE_LENGTH_CMD: if (cmd->cdb[9] != SUBCODE_READ_32) break; - /* else go througth */ + /* fall through */ case READ_6: case READ_10: case READ_12: diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index d16427082..d6c14cb2c 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -3856,7 +3856,7 @@ defer: case SCST_QERR_3_ABORT_THIS_NEXUS_ONLY: if (!this_nex) goto defer; - /* else go through */ + /* fall through */ case SCST_QERR_1_ABORT_ALL: TRACE_MGMT_DBG("Aborting cmd %p due to " "ACA active (tgt_dev %p)", cmd,