From: Jeff Kirsher <[email protected]> Date: Thu, 27 Jan 2011 22:18:51 -0800
> diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c > index 44a1cf0..1495b74 100644 > --- a/drivers/net/ixgbe/ixgbe_main.c > +++ b/drivers/net/ixgbe/ixgbe_main.c > @@ -3176,9 +3176,16 @@ static void ixgbe_set_rx_buffer_len(struct > ixgbe_adapter *adapter) > u32 mhadd, hlreg0; > > /* Decide whether to use packet split mode or not */ > + /* On by default */ > + adapter->flags |= IXGBE_FLAG_RX_PS_ENABLED; > + Please fix this indentation, it's a TAB then a SPACE character. _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
