linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* doc warnings in *80211
@ 2022-10-04  2:11 Jakub Kicinski
  2022-10-04  7:51 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2022-10-04  2:11 UTC (permalink / raw)
  To: Johannes Berg; +Cc: netdev, linux-wireless

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...

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-04 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  2:11 doc warnings in *80211 Jakub Kicinski
2022-10-04  7:51 ` Johannes Berg
2022-10-04 14:26   ` Jakub Kicinski
2022-10-04 22:23     ` Akira Yokosawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).