On Thu, Jan 7, 2016 at 5:50 PM, Jesse Brandeburg <jesse.brandeb...@intel.com> wrote: > The ethtool.8 file was full of lots of incorrectly indented > bits. This fixes the arguments to options to be indented in > a visually appealing way. > > Before: > -K --features --offload > Changes the offload parameters and other features of the > specified network device. The following feature names > are built-in and others may be defined by the kernel. > > rx on|off > Specifies whether RX checksumming should be enabled. > > tx on|off > Specifies whether TX checksumming should be enabled. > > After: > -K --features --offload > Changes the offload parameters and other features of the > specified network device. The following feature names are > built-in and others may be defined by the kernel. > > rx on|off > Specifies whether RX checksumming should be enabled. > > tx on|off > Specifies whether TX checksumming should be enabled. > > Signed-off-by: Jesse Brandeburg <jesse.brandeb...@intel.com> > --- > ethtool.8.in | 41 +++++++++++++++++++++++++++++++++++++---- > 1 file changed, 37 insertions(+), 4 deletions(-) >
Acked-by: Jeff Kirsher <jeffrey.t.kirs...@intel.com>