diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-03-02 18:03:30 -0800 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-03-13 18:52:25 +0200 |
commit | a6cf02e6485a80ec0f708e1f72ee95abc3426b84 (patch) | |
tree | e82fa7172f688471362a4f45f141035188b7b7a4 /drivers/net/wireless/intersil | |
parent | a24853aab59184ebd19c5e078c7b29e1c316e3a1 (diff) | |
download | linux-a6cf02e6485a80ec0f708e1f72ee95abc3426b84.tar.gz linux-a6cf02e6485a80ec0f708e1f72ee95abc3426b84.tar.bz2 linux-a6cf02e6485a80ec0f708e1f72ee95abc3426b84.zip |
net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text
Lots of the wireless driver vendor Kconfig symol help text says
"questions about cards." (2 spaces between "about" and "cards")
Besides dropping one of those spaces, it also needs some other word
inserted there. Instead of putting each vendor's name there, I chose
to say "these" cards in all of the Kconfig help text.
Cc: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/intersil')
-rw-r--r-- | drivers/net/wireless/intersil/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/intersil/Kconfig b/drivers/net/wireless/intersil/Kconfig index 9da136049955..e89fce1d4f27 100644 --- a/drivers/net/wireless/intersil/Kconfig +++ b/drivers/net/wireless/intersil/Kconfig @@ -5,8 +5,8 @@ config WLAN_VENDOR_INTERSIL If you have a wireless card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the - kernel: saying N will just cause the configurator to skip all - the questions about cards. If you say Y, you will be asked for + kernel: saying N will just cause the configurator to skip all the + questions about these cards. If you say Y, you will be asked for your specific card in the following questions. if WLAN_VENDOR_INTERSIL |