break;
                case ATH11K_STATE_RESTARTED:
                        ar->state = ATH11K_STATE_WEDGED;
-                       /* fall through */
+                       fallthrough;
                case ATH11K_STATE_WEDGED:
                        ath11k_warn(ab,
                                    "device is wedged, will not restart radio %d\n", i);
 
                 * instead, it is good to drop such packets in mac80211
                 * after incrementing the replay counters.
                 */
-
-               /* fall through */
+               fallthrough;
        default:
                /* TODO: Review other errors and process them to mac80211
                 * as appropriate.
 
                        idx_limit = -1;
 
                switch (idx_limit) {
-               case 0: /* fall through */
-               case 1: /* fall through */
-               case 2: /* fall through */
-               case 3: /* fall through */
-               case 4: /* fall through */
-               case 5: /* fall through */
-               case 6: /* fall through */
+               case 0:
+               case 1:
+               case 2:
+               case 3:
+               case 4:
+               case 5:
+               case 6:
                case 7:
                        mcs = IEEE80211_VHT_MCS_SUPPORT_0_7;
                        break;
                        break;
                default:
                        WARN_ON(1);
-                       /* fall through */
+                       fallthrough;
                case -1:
                        mcs = IEEE80211_VHT_MCS_NOT_SUPPORTED;
                        break;
                arg->peer_he_tx_mcs_set[WMI_HECAP_TXRX_MCS_NSS_IDX_160] = v;
 
                arg->peer_he_mcs_count++;
-               /* fall through */
+               fallthrough;
 
        default:
                v = le16_to_cpu(he_cap->he_mcs_nss_supp.rx_mcs_80);
                } else if (ar->scan.roc_notify) {
                        ieee80211_remain_on_channel_expired(ar->hw);
                }
-               /* fall through */
+               fallthrough;
        case ATH11K_SCAN_STARTING:
                ar->scan.state = ATH11K_SCAN_IDLE;
                ar->scan_channel = NULL;
                break;
        case NL80211_IFTYPE_MESH_POINT:
                arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S;
-               /* fall through */
+               fallthrough;
        case NL80211_IFTYPE_AP:
                arvif->vdev_type = WMI_VDEV_TYPE_AP;
                break;