wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 13 Sep 2023 07:34:25 +0000 (09:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 13 Sep 2023 07:35:23 +0000 (09:35 +0200)
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>
include/net/cfg80211.h

index f22b22d7d4e8231a8a3ebd6b12458ea9871ad777..134d9e0b73c908a78110750b59ebca0d88893d30 100644 (file)
@@ -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
  *