kernel/drivers/net/ethernet/intel/e1000/e1000_param.c
.. .. @@ -708,7 +708,7 @@ 708 708 goto full_duplex_only; 709 709 case SPEED_1000 + HALF_DUPLEX: 710 710 e_dev_info("Half Duplex is not supported at 1000 Mbps\n"); 711 - /* fall through */711 + fallthrough;712 712 case SPEED_1000 + FULL_DUPLEX: 713 713 full_duplex_only: 714 714 e_dev_info("Using Autonegotiation at 1000 Mbps Full Duplex "