From: Bruce Allan Date: Fri, 17 Aug 2012 06:18:02 +0000 (+0000) Subject: e1000e: cleanup - remove inapplicable comment X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=419e551caa9e9689aa2f68a8897f9eaf44958eb3;p=~shefty%2Frdma-dev.git e1000e: cleanup - remove inapplicable comment Early Receive has been disabled in the driver so this comment is no longer applicable. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index fb6c813f5f8..c35d354f53a 100644 --- a/drivers/net/ethernet/intel/e1000e/netdev.c +++ b/drivers/net/ethernet/intel/e1000e/netdev.c @@ -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;