diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-09-13 09:34:25 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-09-13 09:35:23 +0200 |
commit | 8c73d5248dcf112611654bcd32352dc330b02397 (patch) | |
tree | e103e3683edeef5d0b855d4f35a706c11e2e7e11 /include/net/cfg80211.h | |
parent | 2cf254c1e24fa8f01f42f5a8c77617e56bf50b86 (diff) | |
download | lwn-8c73d5248dcf112611654bcd32352dc330b02397.tar.gz lwn-8c73d5248dcf112611654bcd32352dc330b02397.zip |
wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
Clearly, there's no space in the function name, not sure how
that could've happened. Put the underscore that it should be.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 56cfb8ce1f7f ("wifi: cfg80211: add flush functions for wiphy work")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index f22b22d7d4e8..134d9e0b73c9 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -5929,7 +5929,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy, struct wiphy_delayed_work *dwork); /** - * wiphy_delayed work_flush - flush previously queued delayed work + * wiphy_delayed_work_flush - flush previously queued delayed work * @wiphy: the wiphy, for debug purposes * @work: the work to flush * |