From: Johannes Berg Date: Wed, 13 Sep 2023 07:34:25 +0000 (+0200) Subject: wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() X-Git-Tag: v6.5.12~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7072b00bd09fe182922fbb32eb328e5d0a00863;p=thirdparty%2Fkernel%2Fstable.git wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() [ Upstream commit 8c73d5248dcf112611654bcd32352dc330b02397 ] 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 Fixes: 56cfb8ce1f7f ("wifi: cfg80211: add flush functions for wiphy work") Signed-off-by: Johannes Berg Signed-off-by: Sasha Levin --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 0f0bf26adb15d..d58d6d37a4479 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -5881,7 +5881,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 *