Commit 8c73d524 authored by Johannes Berg's avatar Johannes Berg

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Fixes: 56cfb8ce ("wifi: cfg80211: add flush functions for wiphy work")
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 2cf254c1
...@@ -5929,7 +5929,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy, ...@@ -5929,7 +5929,7 @@ void wiphy_delayed_work_cancel(struct wiphy *wiphy,
struct wiphy_delayed_work *dwork); 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 * @wiphy: the wiphy, for debug purposes
* @work: the work to flush * @work: the work to flush
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment