treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / netronome / nfp / flower / offload.c
index 4651fe417b7f87a0ed38930e47c86e56bf50a7c6..36356f96661d7b1dad93f9b0b156cae5c4a97740 100644 (file)
@@ -784,7 +784,7 @@ nfp_flower_copy_pre_actions(char *act_dst, char *act_src, int len,
                case NFP_FL_ACTION_OPCODE_PRE_TUNNEL:
                        if (tunnel_act)
                                *tunnel_act = true;
-                       /* fall through */
+                       fallthrough;
                case NFP_FL_ACTION_OPCODE_PRE_LAG:
                        memcpy(act_dst + act_off, act_src + act_off, act_len);
                        break;