Skip to content

Commit 8c73d52

Browse files
committed
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: 56cfb8c ("wifi: cfg80211: add flush functions for wiphy work") Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 2cf254c commit 8c73d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/net/cfg80211.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5929,7 +5929,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy,
59295929
struct wiphy_delayed_work *dwork);
59305930

59315931
/**
5932-
* wiphy_delayed work_flush - flush previously queued delayed work
5932+
* wiphy_delayed_work_flush - flush previously queued delayed work
59335933
* @wiphy: the wiphy, for debug purposes
59345934
* @work: the work to flush
59355935
*

0 commit comments

Comments
 (0)