treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / oki-semi / pch_gbe / pch_gbe_param.c
index a26966fa40b93f8ad3095575f54b7d7e41849c9b..dceec80fd64227b278a20ecd0d3fa912f7efc440 100644 (file)
@@ -410,7 +410,7 @@ static void pch_gbe_check_copper_options(struct pch_gbe_adapter *adapter)
        case SPEED_1000 + HALF_DUPLEX:
                netdev_dbg(adapter->netdev,
                           "Half Duplex is not supported at 1000 Mbps\n");
-               /* fall through */
+               fallthrough;
        case SPEED_1000 + FULL_DUPLEX:
 full_duplex_only:
                netdev_dbg(adapter->netdev,