[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221003191128.68bfc844@kernel.org>
Date: Mon, 3 Oct 2022 19:11:28 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Johannes Berg <johannes@...solutions.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
linux-wireless@...r.kernel.org
Subject: doc warnings in *80211
Hi,
doing basic sanity checks before submitting the net-next PR I spotted
that we have these warnings when building documentation on net-next:
Documentation/driver-api/80211/cfg80211:48: ./include/net/cfg80211.h:6960: WARNING: Duplicate C declaration, also defined at driver-api/80211/cfg80211:6924.
Declaration is '.. c:function:: void cfg80211_rx_assoc_resp (struct net_device *dev, struct cfg80211_rx_assoc_resp *data)'.
Documentation/driver-api/80211/mac80211:109: ./include/net/mac80211.h:5046: WARNING: Duplicate C declaration, also defined at driver-api/80211/mac80211:1065.
Declaration is '.. c:function:: void ieee80211_tx_status (struct ieee80211_hw *hw, struct sk_buff *skb)'.
The test is highly unscientific (checkout net, make htmldocs, checkout
net-next, make htmldocs) so IDK if these are new...
Powered by blists - more mailing lists