summaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2023-09-14 09:13:10 +0200
committerJohannes Berg <johannes.berg@intel.com>2023-09-14 09:13:10 +0200
commit9c386911b16d4bf2f24e55ed42bfa397073b4b84 (patch)
tree908db7de7c6ae5c96438ee9e5ce0fe9f0049c116 /include/net/cfg80211.h
parente160ab85166e77347d0cbe5149045cb25e83937f (diff)
wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
Now that I fixed the function name, we see the parameters are wrong as well. Fix that too. Change-Id: I1a4cfea446875998a5a242ca36acc8244991a199 Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index a5841a96284d..8fcfe1869424 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -5954,7 +5954,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy,
/**
* wiphy_delayed_work_flush - flush previously queued delayed work
* @wiphy: the wiphy, for debug purposes
- * @work: the work to flush
+ * @dwork: the delayed work to flush
*
* Flush the work (i.e. run it if pending). This must be called
* under the wiphy mutex acquired by wiphy_lock().