netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kelly Anderson <kelly@silka.with-linux.com>
To: bhutchings@solarflare.com, netdev@vger.kernel.org
Subject: patch ethtool 2.6.37 classificationoptions
Date: Thu, 06 Jan 2011 00:00:55 -0700	[thread overview]
Message-ID: <4D2568A7.8040904@silka.with-linux.com> (raw)

[-- 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",

                 reply	other threads:[~2011-01-06  7:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D2568A7.8040904@silka.with-linux.com \
    --to=kelly@silka.with-linux.com \
    --cc=bhutchings@solarflare.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).