diff options
author | Anisse Astier <anisse@astier.eu> | 2010-12-17 11:45:01 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-20 20:49:48 +0100 |
commit | 18db45c46eae31cee7cfdfd7e671b0201dcdbcd8 (patch) | |
tree | 09304e1cc1130767ad1cc197a46283e6e3e56f5b /drivers/net | |
parent | ath9k_hw: remove baseband rfsilent support (diff) | |
download | linux-18db45c46eae31cee7cfdfd7e671b0201dcdbcd8.tar.xz linux-18db45c46eae31cee7cfdfd7e671b0201dcdbcd8.zip |
rtl8192ce: Fix typo in Kconfig description
Signed-off-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index d712026eb763..7f6573f7f470 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig @@ -7,7 +7,7 @@ config RTL8192CE This is the driver for Realtek RTL8192CE/RTL8188CE 802.11n PCIe wireless network adapters. - If you choose to build it as a module, it will be calledrtl8192ce. + If you choose to build it as a module, it will be called rtl8192ce config RTLWIFI tristate |