From aa1256eafb610796dbc0900bd7de05b36e613472 Mon Sep 17 00:00:00 2001 From: Mithlesh Thukral Date: Mon, 16 Mar 2009 08:34:14 -0400 Subject: [PATCH] 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 Cc: Christopher Harrer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sxg/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sxg/Kconfig b/drivers/staging/sxg/Kconfig index 6e6cf0b9ef9..c5cbdafee4d 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. -- 2.41.0