Added fall-through comments to several fall-throughs.

This commit is contained in:
OBattler
2020-01-15 02:43:25 +01:00
parent e60b74e33b
commit a2867e6978
8 changed files with 11 additions and 0 deletions

View File

@@ -613,6 +613,7 @@ scsi_disk_command(scsi_common_t *sc, uint8_t *cdb)
scsi_disk_invalid_field(dev);
return;
}
/*FALLTHROUGH*/
case GPCMD_SCSI_RESERVE:
case GPCMD_SCSI_RELEASE:
case GPCMD_TEST_UNIT_READY: