From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4ABA5C2BB3F for ; Wed, 15 Nov 2023 19:35:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234422AbjKOTfb (ORCPT ); Wed, 15 Nov 2023 14:35:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234423AbjKOTf3 (ORCPT ); Wed, 15 Nov 2023 14:35:29 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68DAEA4 for ; Wed, 15 Nov 2023 11:35:26 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0F32C433C8; Wed, 15 Nov 2023 19:35:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700076926; bh=reKCB7yyYl5v8qFgobGXdXvTGPBXo7s7O+080RAx0Ik=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FHgX4FwkFlltM4ofvgVNqmDnPg8oGCXIVXIf6NbC65+22vHzrN16Dd9PT5oA8MH2I oQeprQ5vlp+zuavXo0hnLJIbEAnpxlDMTsm0Wde2WQCqVzw4IfJhM5rO14ERHS3v18 o7ajzqpjbeYWYID7VivpfBk2Y/LXM3o67cJo/DKw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Stephen Rothwell , Johannes Berg , Sasha Levin Subject: [PATCH 6.6 051/603] wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() Date: Wed, 15 Nov 2023 14:09:56 -0500 Message-ID: <20231115191616.678191179@linuxfoundation.org> X-Mailer: git-send-email 2.42.1 In-Reply-To: <20231115191613.097702445@linuxfoundation.org> References: <20231115191613.097702445@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Johannes Berg [ 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 --- include/net/cfg80211.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 308a004c1d1dc..153a8c3e7213d 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -5880,7 +5880,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 * -- 2.42.0