aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-03-16 08:34:14 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:13 -0700
commitaa1256eafb610796dbc0900bd7de05b36e613472 (patch)
tree32107af2a6daf1c47df55e3c96bfbdf36968a923
parentStaging: sxg: Fix memory leak caused by double allocation of rings (diff)
downloadlinux-dev-aa1256eafb610796dbc0900bd7de05b36e613472.tar.xz
linux-dev-aa1256eafb610796dbc0900bd7de05b36e613472.zip
Staging: sxg: Fix the module in Kconfig file for Sahara SXG driver
* Update the module name in Kconfig help section. This is a classic case of documentation keeping out of pace with development And this was overlooked by me ages ago when we had fixed the Makefile for sxg_ethtool to compile. Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Cc: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/sxg/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sxg/Kconfig b/drivers/staging/sxg/Kconfig
index 6e6cf0b9ef99..c5cbdafee4d3 100644
--- a/drivers/staging/sxg/Kconfig
+++ b/drivers/staging/sxg/Kconfig
@@ -8,4 +8,4 @@ config SXG
10Gbe network cards.
To compile this driver as a module, choose
- M here: the module will be called sxg.
+ M here: the module will be called sxg_nic.