2017-05-02 07:33:44

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] cfg80211: fix multi scheduled scan kernel-doc

From: Johannes Berg <[email protected]>

Replace @results_wk with @report_results, which was missed
in an earlier patch between revisions thereof.

Fixes: b34939b98369 ("cfg80211: add request id to cfg80211_sched_scan_*() api")
Signed-off-by: Johannes Berg <[email protected]>
---
include/net/cfg80211.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 6e90f1a4950f..561989142f34 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1666,7 +1666,7 @@ struct cfg80211_bss_select_adjust {
* (others are filtered out).
* If ommited, all results are passed.
* @n_match_sets: number of match sets
- * @results_wk: worker for processing results notification.
+ * @report_results: indicates that results were reported for this request
* @wiphy: the wiphy this was for
* @dev: the interface
* @scan_start: start time of the scheduled scan
--
2.11.0


2017-05-02 18:37:47

by Arend Van Spriel

[permalink] [raw]
Subject: Re: [PATCH] cfg80211: fix multi scheduled scan kernel-doc

On 2-5-2017 9:33, Johannes Berg wrote:
> From: Johannes Berg <[email protected]>
>
> Replace @results_wk with @report_results, which was missed
> in an earlier patch between revisions thereof.

Fixed it yesterday, but did not send it out yet. Here the commit message
I came up with if you want to reuse it.

cfg80211: fix documentation warnings in struct
cfg80211_sched_scan_request

The documentation for cfg80211_sched_scan_request was not properly
updated with changes related to multi-scheduled scan support.

Regardless your decision here is my ...

Acked-by: Arend van Spriel <[email protected]>
> Fixes: b34939b98369 ("cfg80211: add request id to cfg80211_sched_scan_*() api")
> Signed-off-by: Johannes Berg <[email protected]>
> ---
> include/net/cfg80211.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
> index 6e90f1a4950f..561989142f34 100644
> --- a/include/net/cfg80211.h
> +++ b/include/net/cfg80211.h
> @@ -1666,7 +1666,7 @@ struct cfg80211_bss_select_adjust {
> * (others are filtered out).
> * If ommited, all results are passed.
> * @n_match_sets: number of match sets
> - * @results_wk: worker for processing results notification.
> + * @report_results: indicates that results were reported for this request
> * @wiphy: the wiphy this was for
> * @dev: the interface
> * @scan_start: start time of the scheduled scan
>