treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / netronome / nfp / flower / action.c
index ff844e5cc41fb4741b5ac2dadca26a4de35ef9d3..1cbe2c9f3959f9859915b9ad53508d4e709cb6a8 100644 (file)
@@ -297,7 +297,7 @@ nfp_fl_get_tun_from_act(struct nfp_app *app,
        case htons(GENEVE_UDP_PORT):
                if (priv->flower_ext_feats & NFP_FL_FEATS_GENEVE)
                        return NFP_FL_TUNNEL_GENEVE;
-               /* FALLTHROUGH */
+               fallthrough;
        default:
                return NFP_FL_TUNNEL_NONE;
        }