From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0974C1311B1; Sun, 7 Apr 2024 13:13:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712495629; cv=none; b=oxx1qzWtH2nOk05VeCcwcyewNMTu0Zt1zwEWN5sTzIs3d8EDpy1FEDTBdSN2AW7JKTYE+rMT6wbJpfpNNabiXTahCxyRK/GyXLoQWxgwQyVJIhjcpTZ2tfoTORZ+5s5sv62O/V4Xw2pswpGBF6cqVCyYg0Qb0n2CeEhI9+0zVsM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712495629; c=relaxed/simple; bh=Bd6gFlfmO5nkdeT5wgJIr8HjpSipSkkio4RZukTc9As=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=p4NA5gedlgRiYkNL7r1IS+6UpxOct5NYZRvPoypEw1S6cWpaNp0y4f1610lnkhlkdG+glyNeueIdqKni2ZiFodne2HDXqyQWD+JKAiSWjqyqTcZ2Dm7dtPKhAVttbfH4yPP0NfiJH/Sy8yLOZSyA58bSnpQjscexcbzIVQLIkTQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=vEON+mui; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="vEON+mui" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 866C6C433C7; Sun, 7 Apr 2024 13:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712495628; bh=Bd6gFlfmO5nkdeT5wgJIr8HjpSipSkkio4RZukTc9As=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vEON+muisGVQbEeTXrXBE3dlBeleaXs9Jpo9C5WF1iQYGsg5Le/8JjjH7PvzkgX1H GN7/v2//rejBL/meSzTtEXYXPOW2pNjp9RiGIi7q4zJWMSV9sZ0yvxsm+SX2L9pQ6z TDPHs7QTmUEMQsp+Zo60laja5cIw7w+8kOPQd1eNRWBfOt3g63zchbe+tsBADSv+3x SM40SazKYJM3E/kZ5+qTKEpkmNCsmS4NZH/7f5Y29mWj5U/XlKBvVJtL/SF1TTJFnh lb6gMnlRpTuvCRNTyaF0rSKNVDOXA5eMGriYjMCqd+MKpTeG1U0k1PQ7mgmJlrX3Mb Cu8KY9T9dHnFA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jeff Johnson , Simon Horman , Johannes Berg , Sasha Levin , johannes@sipsolutions.net, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH AUTOSEL 5.15 05/10] wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc Date: Sun, 7 Apr 2024 09:13:35 -0400 Message-ID: <20240407131341.1052960-5-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240407131341.1052960-1-sashal@kernel.org> References: <20240407131341.1052960-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 5.15.153 Content-Transfer-Encoding: 8bit From: Jeff Johnson [ Upstream commit 774f8841f55d7ac4044c79812691649da203584a ] Running kernel-doc on ieee80211_i.h flagged the following: net/mac80211/ieee80211_i.h:145: warning: expecting prototype for enum ieee80211_corrupt_data_flags. Prototype was for enum ieee80211_bss_corrupt_data_flags instead net/mac80211/ieee80211_i.h:162: warning: expecting prototype for enum ieee80211_valid_data_flags. Prototype was for enum ieee80211_bss_valid_data_flags instead Fix these warnings. Signed-off-by: Jeff Johnson Reviewed-by: Simon Horman Link: https://msgid.link/20240314-kdoc-ieee80211_i-v1-1-72b91b55b257@quicinc.com Signed-off-by: Johannes Berg Signed-off-by: Sasha Levin --- net/mac80211/ieee80211_i.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 21549a440b38c..03f8c8bdab765 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -113,7 +113,7 @@ struct ieee80211_bss { }; /** - * enum ieee80211_corrupt_data_flags - BSS data corruption flags + * enum ieee80211_bss_corrupt_data_flags - BSS data corruption flags * @IEEE80211_BSS_CORRUPT_BEACON: last beacon frame received was corrupted * @IEEE80211_BSS_CORRUPT_PROBE_RESP: last probe response received was corrupted * @@ -126,7 +126,7 @@ enum ieee80211_bss_corrupt_data_flags { }; /** - * enum ieee80211_valid_data_flags - BSS valid data flags + * enum ieee80211_bss_valid_data_flags - BSS valid data flags * @IEEE80211_BSS_VALID_WMM: WMM/UAPSD data was gathered from non-corrupt IE * @IEEE80211_BSS_VALID_RATES: Supported rates were gathered from non-corrupt IE * @IEEE80211_BSS_VALID_ERP: ERP flag was gathered from non-corrupt IE -- 2.43.0