diff options
| author | Roland Dreier <rolandd@cisco.com> | 2008-10-13 18:53:05 -0700 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-10-13 18:53:05 -0700 | 
| commit | eb8a4cb6df3031de3c37c272c031b02ad58dcc67 (patch) | |
| tree | 752eea09b76f3f73c0cd648472796932abad7ca9 | |
| parent | bc0da3fcec1cec11dc451b8fcb9c9ad7e4ca6e12 (diff) | |
| download | olio-linux-3.10-eb8a4cb6df3031de3c37c272c031b02ad58dcc67.tar.xz olio-linux-3.10-eb8a4cb6df3031de3c37c272c031b02ad58dcc67.zip  | |
enic: Fix Kconfig headline description
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 <rolandd@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e9d529442b0..1d8af334833 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  |