diff mbox

patch ethtool 2.6.37 classificationoptions

Message ID 4D2568A7.8040904@silka.with-linux.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Kelly Anderson Jan. 6, 2011, 7 a.m. UTC
Attached is a fix for the missing space in classificationoptions when 
using --help.
diff mbox

Patch

--- ./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",