netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch ethtool 2.6.37 classificationoptions
@ 2011-01-06  7:00 Kelly Anderson
  0 siblings, 0 replies; only message in thread
From: Kelly Anderson @ 2011-01-06  7:00 UTC (permalink / raw)
  To: bhutchings, netdev

[-- Attachment #1: Type: text/plain, Size: 86 bytes --]

Attached is a fix for the missing space in classificationoptions when 
using --help.


[-- Attachment #2: EthTool-2.6.37-fix-classificationoptions.patch --]
[-- Type: text/plain, Size: 806 bytes --]

--- ./ethtool.c.orig	2010-12-16 17:37:59.000000000 -0700
+++ ./ethtool.c	2011-01-05 23:55:00.363077978 -0700
@@ -231,11 +231,11 @@ static struct option {
                 "               [ online | offline ]\n" },
     { "-S", "--statistics", MODE_GSTATS, "Show adapter statistics" },
     { "-n", "--show-nfc", MODE_GNFC, "Show Rx network flow classification"
-		"options",
+		" options",
 		"		[ rx-flow-hash tcp4|udp4|ah4|sctp4|"
 		"tcp6|udp6|ah6|sctp6 ]\n" },
     { "-f", "--flash", MODE_FLASHDEV, "FILENAME " "Flash firmware image "
-    		"from the specified file to a region on the device",
+		"from the specified file to a region on the device",
 		"               [ REGION-NUMBER-TO-FLASH ]\n" },
     { "-N", "--config-nfc", MODE_SNFC, "Configure Rx network flow "
 		"classification options",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-06  7:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06  7:00 patch ethtool 2.6.37 classificationoptions Kelly Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).