This is a note to let you know that I've just added the patch titled wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_work_flush.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 8c73d5248dcf112611654bcd32352dc330b02397 Mon Sep 17 00:00:00 2001 From: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Wed, 13 Sep 2023 09:34:25 +0200 Subject: wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() From: Johannes Berg <johannes.berg@xxxxxxxxx> commit 8c73d5248dcf112611654bcd32352dc330b02397 upstream. 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@xxxxxxxxxxxxxxxx> Fixes: 56cfb8ce1f7f ("wifi: cfg80211: add flush functions for wiphy work") Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- include/net/cfg80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -5744,7 +5744,7 @@ void wiphy_delayed_work_cancel(struct wi 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 * Patches currently in stable-queue which might be from johannes.berg@xxxxxxxxx are queue-6.1/wifi-iwlwifi-use-fw-rate-for-non-data-frames.patch queue-6.1/wifi-cfg80211-add-flush-functions-for-wiphy-work.patch queue-6.1/wifi-mac80211-move-scan-work-to-wiphy-work.patch queue-6.1/wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_work_flush.patch queue-6.1/wifi-iwlwifi-empty-overflow-queue-during-flush.patch queue-6.1/wifi-iwlwifi-call-napi_synchronize-before-freeing-rx.patch queue-6.1/wifi-mac80211-move-radar-detect-work-to-wiphy-work.patch queue-6.1/wifi-mac80211-move-offchannel-works-to-wiphy-work.patch queue-6.1/wifi-mac80211-move-sched-scan-stop-work-to-wiphy-wor.patch queue-6.1/wifi-iwlwifi-pcie-synchronize-irqs-before-napi.patch queue-6.1/wifi-mac80211-fix-of-msdu-in-a-msdu-calculation.patch queue-6.1/wifi-iwlwifi-honor-the-enable_ini-value.patch