From: Bruce Allan Date: Fri, 17 Aug 2012 06:18:02 +0000 (+0000) Subject: e1000e: cleanup - remove inapplicable comment X-Git-Tag: v5.15~21567^2~246^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=419e551caa9e9689aa2f68a8897f9eaf44958eb3;p=platform%2Fkernel%2Flinux-starfive.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 fb6c813..c35d354 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;