treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / infiniband / hw / hfi1 / pio_copy.c
index b12e4665c9ab1be2c8d80ff9b64010b46747dbb8..4a4ec23978579bc31faa553eaf18140200621881 100644 (file)
@@ -209,7 +209,6 @@ static inline void jcopy(u8 *dest, const u8 *src, u32 n)
                fallthrough;
        case 1:
                *dest++ = *src++;
-               /* fall through */
        }
 }