Message ID | 1568101406-22363-1-git-send-email-akolli@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f6153fa786169c6a90a66e6907cb3e4205fe6b2a |
Delegated to: | Kalle Valo |
Headers | show |
Series | [bringup] ath11k: fix Kconfig, replace spaces with tabs | expand |
Anilkumar Kolli <akolli@codeaurora.org> wrote: > Fixes format in kconfig file > > Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Patch applied to ath11k-post-bringup branch of ath.git, thanks. ef725dd469e0 ath11k: fix Kconfig, replace spaces with tabs
Kalle Valo <kvalo@codeaurora.org> writes: > Anilkumar Kolli <akolli@codeaurora.org> wrote: > >> Fixes format in kconfig file >> >> Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> >> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> > > Patch applied to ath11k-post-bringup branch of ath.git, thanks. > > ef725dd469e0 ath11k: fix Kconfig, replace spaces with tabs Please disregard, I applied to a wrong branch.
Anilkumar Kolli <akolli@codeaurora.org> wrote: > Fixes format in kconfig file > > Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Patch applied to ath11k-bringup branch of ath.git, thanks. f6153fa78616 ath11k: fix Kconfig, replace spaces with tabs
diff --git a/drivers/net/wireless/ath/ath11k/Kconfig b/drivers/net/wireless/ath/ath11k/Kconfig index 26bf98fa648e..b8d4ed633bc9 100644 --- a/drivers/net/wireless/ath/ath11k/Kconfig +++ b/drivers/net/wireless/ath/ath11k/Kconfig @@ -1,20 +1,20 @@ config ATH11K - tristate "Qualcomm Technologies 802.11ax chipset support" - depends on MAC80211 && HAS_DMA + tristate "Qualcomm Technologies 802.11ax chipset support" + depends on MAC80211 && HAS_DMA depends on REMOTEPROC depends on ARCH_QCOM || COMPILE_TEST select ATH_COMMON select QCOM_QMI_HELPERS - help - This module adds support for Qualcomm Technologies 802.11ax family of + ---help--- + This module adds support for Qualcomm Technologies 802.11ax family of chipsets. - If you choose to build a module, it'll be called ath11k. + If you choose to build a module, it'll be called ath11k. config ATH11K_DEBUG bool "QCA ath11k debugging" depends on ATH11K - help + ---help--- Enables debug support If unsure, say Y to make it easier to debug problems. @@ -22,7 +22,7 @@ config ATH11K_DEBUG config ATH11K_DEBUGFS bool "QCA ath11k debugfs support" depends on ATH11K && DEBUG_FS - help + ---help--- Enable ath11k debugfs support If unsure, say Y to make it easier to debug problems.
Fixes format in kconfig file Signed-off-by: Anilkumar Kolli <akolli@codeaurora.org> --- drivers/net/wireless/ath/ath11k/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)