From patchwork Mon Oct 13 20:36:30 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland Dreier X-Patchwork-Id: 4341 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.176.167]) by ozlabs.org (Postfix) with ESMTP id 36F79DDFCF for ; Tue, 14 Oct 2008 07:36:37 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754754AbYJMUgc (ORCPT ); Mon, 13 Oct 2008 16:36:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754751AbYJMUgc (ORCPT ); Mon, 13 Oct 2008 16:36:32 -0400 Received: from sj-iport-2.cisco.com ([171.71.176.71]:11248 "EHLO sj-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754414AbYJMUgb (ORCPT ); Mon, 13 Oct 2008 16:36:31 -0400 X-IronPort-AV: E=Sophos;i="4.33,405,1220227200"; d="scan'208";a="94743851" Received: from sj-dkim-3.cisco.com ([171.71.179.195]) by sj-iport-2.cisco.com with ESMTP; 13 Oct 2008 20:36:31 +0000 Received: from sj-core-1.cisco.com (sj-core-1.cisco.com [171.71.177.237]) by sj-dkim-3.cisco.com (8.12.11/8.12.11) with ESMTP id m9DKaUsb028184; Mon, 13 Oct 2008 13:36:30 -0700 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-1.cisco.com (8.13.8/8.13.8) with ESMTP id m9DKaU8g013654; Mon, 13 Oct 2008 20:36:30 GMT Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 13:36:30 -0700 Received: from roland-conroe ([10.33.42.9]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 13 Oct 2008 13:36:30 -0700 Received: by roland-conroe (Postfix, from userid 33217) id 38B90E71E0; Mon, 13 Oct 2008 13:36:30 -0700 (PDT) From: Roland Dreier To: jeff@garzik.org Cc: scofeldm@cisco.com, netdev@vger.kernel.org Subject: [PATCH 2/2] enic: Fix Kconfig headline description User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Message-Flag: Warning: May contain useful information Date: Mon, 13 Oct 2008 13:36:30 -0700 Message-ID: MIME-Version: 1.0 X-OriginalArrivalTime: 13 Oct 2008 20:36:30.0421 (UTC) FILETIME=[5F8B1850:01C92D73] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; l=852; t=1223930190; x=1224794190; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rdreier@cisco.com; z=From:=20Roland=20Dreier=20 |Subject:=20[PATCH=202/2]=20enic=3A=20Fix=20Kconfig=20headl ine=20description |Sender:=20; bh=VpLu0zolxxGH9k73KoyAsKRtQcIQYQ7pusAf+vjGBds=; b=UapCNAsNY0ezxzB2UvgJYTSRuTmpYuWfS7aNaWc3RB57PeAFunfWWw7ljd YuYa86wNeECV7BV1+vHLGVLQ7KNebGgznXqfDoMjFK8b1WRVgaOxF6dB907M xISMsN55Ma; Authentication-Results: sj-dkim-3; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim3002 verified; ); Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Scott Feldman I don't think the enic driver has anything to do with Mark Everett (http://en.wikipedia.org/wiki/A_Man_Called_E). Fix the Kconfig description. Signed-off-by: Roland Dreier --- And this is the other half of https://kerneltrap.org/mailarchive/linux-netdev/2008/9/20/3350614/thread that seems to have gotten dropped. Please apply. drivers/net/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e9d5294..1d8af33 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2400,7 +2400,7 @@ config EHEA will be called ehea. config ENIC - tristate "E, the Cisco 10G Ethernet NIC" + tristate "Cisco 10G Ethernet NIC support" depends on PCI && INET select INET_LRO help