Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a059e9d authored by Emil Tantilov's avatar Emil Tantilov Committed by Jeff Garzik
Browse files

ixgbe: fix typo in speed mesage

parent f902283b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2133,7 +2133,7 @@ static void ixgbe_watchdog(unsigned long data)
				(link_speed == IXGBE_LINK_SPEED_10GB_FULL ?
				 "10 Gbps" :
				 (link_speed == IXGBE_LINK_SPEED_1GB_FULL ?
				  "1 Gpbs" : "unknown speed")),
				  "1 Gbps" : "unknown speed")),
				((FLOW_RX && FLOW_TX) ? "RX/TX" :
				 (FLOW_RX ? "RX" :
				 (FLOW_TX ? "TX" : "None"))));