treewide: Use fallthrough pseudo-keyword
[linux-block.git] / block / badblocks.c
index 2e5f5697db358a4efd1199c1e35a1806543a15f2..d39056630d9c1de07d3923daeb8b80e6ab6a086e 100644 (file)
@@ -525,7 +525,7 @@ ssize_t badblocks_store(struct badblocks *bb, const char *page, size_t len,
        case 3:
                if (newline != '\n')
                        return -EINVAL;
-               /* fall through */
+               fallthrough;
        case 2:
                if (length <= 0)
                        return -EINVAL;