default:
                ACPI_DEBUG_PRINT((ACPI_DB_INFO,
                                  "Unsupported event [0x%x]\n", event));
-       /* fall through */
+               fallthrough;
        case ACPI_AC_NOTIFY_STATUS:
        case ACPI_NOTIFY_BUS_CHECK:
        case ACPI_NOTIFY_DEVICE_CHECK:
 
                 * PIIX4 models.
                 */
                errata.piix4.throttle = 1;
-               /* fall through*/
+               fallthrough;
 
        case 2:         /* PIIX4E */
        case 3:         /* PIIX4M */
 
        switch (event) {
        case ACPI_FIXED_HARDWARE_EVENT:
                event = ACPI_BUTTON_NOTIFY_STATUS;
-               /* fall through */
+               fallthrough;
        case ACPI_BUTTON_NOTIFY_STATUS:
                input = button->input;
                if (button->type == ACPI_BUTTON_TYPE_LID) {
 
                surprise_removal = 1;
                event = ACPI_NOTIFY_EJECT_REQUEST;
                /* Fall back */
-               /* fall through */
+               fallthrough;
        case ACPI_NOTIFY_EJECT_REQUEST:
                begin_undock(ds);
                if ((immediate_undock && !(ds->flags & DOCK_IS_ATA))
 
 
                if (ACPI_SUCCESS(acpi_get_handle(handle, ev_name, &evt_handle)))
                        break;
-               /* fall through */
+               fallthrough;
        default:
                if (ACPI_SUCCESS(acpi_get_handle(handle, "_EVT", &evt_handle)))
                        break;
 
                 */
                if (boot_cpu_has(X86_FEATURE_NONSTOP_TSC))
                        return;
-
-               /*FALL THROUGH*/
+               fallthrough;
        default:
                /* TSC could halt in idle, so notify users */
                if (state > ACPI_STATE_C1)
 
        case ACPI_ACTIVE_BOTH:
                if (triggering == ACPI_EDGE_SENSITIVE)
                        return IRQ_TYPE_EDGE_BOTH;
-               /* fall through */
+               fallthrough;
        default:
                return IRQ_TYPE_NONE;
        }
 
                        table->serial_port.access_width))) {
                default:
                        pr_err("Unexpected SPCR Access Width.  Defaulting to byte size\n");
-                       /* fall through */
+                       fallthrough;
                case 8:
                        iotype = "mmio";
                        break;
        switch (table->interface_type) {
        case ACPI_DBG2_ARM_SBSA_32BIT:
                iotype = "mmio32";
-               /* fall through */
+               fallthrough;
        case ACPI_DBG2_ARM_PL011:
        case ACPI_DBG2_ARM_SBSA_GENERIC:
        case ACPI_DBG2_BCM2835:
 
                        return;
 
                break;
-       case HPX_CFG_VEND_CAP:  /* Fall through */
-       case HPX_CFG_DVSEC:     /* Fall through */
+       case HPX_CFG_VEND_CAP:
+       case HPX_CFG_DVSEC:
        default:
                pci_warn(dev, "Encountered _HPX type 3 with unsupported config space location");
                return;
                        error = -EBUSY;
                        break;
                }
-               /* Fall through */
+               fallthrough;
        case PCI_D0:
        case PCI_D1:
        case PCI_D2: