Message ID | 157314240904.18668.4904613381977271570.stgit@potku.adurom.net (mailing list archive) |
---|---|
State | Accepted |
Commit | 51dcdfd7a2bfee9ca392db9e59257d9240126666 |
Delegated to: | Kalle Valo |
Headers | show |
Series | [1/4] ath11k: fix ATH11K_TRACING kconfig help text | expand |
Kalle Valo <kvalo@codeaurora.org> wrote: > The grammar was not right. > > Link: https://lkml.kernel.org/r/6ffc215251b54d562496d978bdbbcead@codeaurora.org > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4 patches applied to ath11k-bringup branch of ath.git, thanks. 51dcdfd7a2bf ath11k: fix ATH11K_TRACING kconfig help text b6b50cbae8a1 dt: bindings: net: ath11k: fix whitespace 2120332777dd dt: bindings: net: ath11k: fixes from review 93804d04c6d6 dt: bindings: net: ath11k: change license
diff --git a/drivers/net/wireless/ath/ath11k/Kconfig b/drivers/net/wireless/ath/ath11k/Kconfig index 1a73a1bf08f0..cfab4fb86aef 100644 --- a/drivers/net/wireless/ath/ath11k/Kconfig +++ b/drivers/net/wireless/ath/ath11k/Kconfig @@ -32,4 +32,4 @@ config ATH11K_TRACING bool "ath11k tracing support" depends on ATH11K && EVENT_TRACING ---help--- - Select this to ath11k use tracing infrastructure. + Select this to use ath11k tracing infrastructure.
The grammar was not right. Link: https://lkml.kernel.org/r/6ffc215251b54d562496d978bdbbcead@codeaurora.org Signed-off-by: Kalle Valo <kvalo@codeaurora.org> --- drivers/net/wireless/ath/ath11k/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)