From patchwork Thu Jan 6 07:00:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kelly Anderson X-Patchwork-Id: 77696 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41DDBB7043 for ; Thu, 6 Jan 2011 18:24:36 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754030Ab1AFHY1 (ORCPT ); Thu, 6 Jan 2011 02:24:27 -0500 Received: from 216-146-103-100.dsl.nemontel.net ([216.146.103.100]:33922 "EHLO silka.with-linux.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751526Ab1AFHY1 (ORCPT ); Thu, 6 Jan 2011 02:24:27 -0500 X-Greylist: delayed 1406 seconds by postgrey-1.27 at vger.kernel.org; Thu, 06 Jan 2011 02:24:26 EST Received: from [IPv6:2001:470:b:3e:72f1:a1ff:fefb:8ad0] (comer.internal [IPv6:2001:470:b:3e:72f1:a1ff:fefb:8ad0]) by silka.with-linux.com (8.14.4/8.14.3) with ESMTP id p0670tOR013519; Thu, 6 Jan 2011 00:00:56 -0700 Message-ID: <4D2568A7.8040904@silka.with-linux.com> Date: Thu, 06 Jan 2011 00:00:55 -0700 From: Kelly Anderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101210 Thunderbird/3.1.7 MIME-Version: 1.0 To: bhutchings@solarflare.com, netdev@vger.kernel.org Subject: patch ethtool 2.6.37 classificationoptions Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Attached is a fix for the missing space in classificationoptions when using --help. --- ./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",