hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/net/ethernet/intel/e1000e/82571.c
....@@ -154,7 +154,7 @@
154154 ew32(EECD, eecd);
155155 break;
156156 }
157
- /* Fall Through */
157
+ fallthrough;
158158 default:
159159 nvm->type = e1000_nvm_eeprom_spi;
160160 size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
....@@ -961,7 +961,7 @@
961961 ew32(TCTL, tctl);
962962 e1e_flush();
963963
964
- usleep_range(10000, 20000);
964
+ usleep_range(10000, 11000);
965965
966966 /* Must acquire the MDIO ownership before MAC reset.
967967 * Ownership defaults to firmware after a reset.
....@@ -1109,7 +1109,7 @@
11091109 switch (mac->type) {
11101110 case e1000_82573:
11111111 e1000e_enable_tx_pkt_filtering(hw);
1112
- /* fall through */
1112
+ fallthrough;
11131113 case e1000_82574:
11141114 case e1000_82583:
11151115 reg_data = er32(GCR);