]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/target/target_core_sbc.c
treewide: Use fallthrough pseudo-keyword
[mirror_ubuntu-jammy-kernel.git] / drivers / target / target_core_sbc.c
index f1e81886122d0ade6ba6438bc7e77df5bce1b8ae..6e8b8d30938f6f12509578406537147b541fccfb 100644 (file)
@@ -734,7 +734,7 @@ sbc_check_prot(struct se_device *dev, struct se_cmd *cmd, unsigned char *cdb,
                }
                if (!protect)
                        return TCM_NO_SENSE;
-               /* Fallthrough */
+               fallthrough;
        default:
                pr_err("Unable to determine pi_prot_type for CDB: 0x%02x "
                       "PROTECT: 0x%02x\n", cdb[0], protect);