treewide: Use fallthrough pseudo-keyword
[linux-block.git] / lib / assoc_array.c
index 6f4bcf5245547187876a498dfe9688b6e207d1d0..04c98799c3baf288aee4d66ce8b1f04f7024ce9a 100644 (file)
@@ -1113,7 +1113,7 @@ struct assoc_array_edit *assoc_array_delete(struct assoc_array *array,
                                                index_key))
                                goto found_leaf;
                }
-               /* fall through */
+               fallthrough;
        case assoc_array_walk_tree_empty:
        case assoc_array_walk_found_wrong_shortcut:
        default: