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

Commit 419e551c authored by Bruce Allan's avatar Bruce Allan Committed by Jeff Kirsher
Browse files

e1000e: cleanup - remove inapplicable comment



Early Receive has been disabled in the driver so this comment is no longer
applicable.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Tested-by: default avatarAaron Brown <aaron.f.brown@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 06a402ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3446,7 +3446,7 @@ void e1000e_reset(struct e1000_adapter *adapter)

			/*
			 * if short on Rx space, Rx wins and must trump Tx
			 * adjustment or use Early Receive if available
			 * adjustment
			 */
			if (pba < min_rx_space)
				pba = min_rx_space;