From: Randy Dunlap <rdunlap@infradead.org>
To: netdev@vger.kernel.org
Cc: Randy Dunlap <rdunlap@infradead.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
linux-wireless@vger.kernel.org, linux-wpan@vger.kernel.org,
Jay Vosburgh <j.vosburgh@gmail.com>,
Andy Gospodarek <andy@greyhouse.net>,
Johannes Berg <johannes@sipsolutions.net>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Alexander Aring <alex.aring@gmail.com>,
Stefan Schmidt <stefan@datenfreihafen.org>,
Miquel Raynal <miquel.raynal@bootlin.com>,
Marcel Holtmann <marcel@holtmann.org>,
Jamal Hadi Salim <jhs@mojatatu.com>,
Cong Wang <xiyou.wangcong@gmail.com>,
Jiri Pirko <jiri@resnulli.us>,
Dave Taht <dave.taht@bufferbloat.net>,
Arkadi Sharshevsky <arkadis@mellanox.com>,
Moshe Shemesh <moshe@mellanox.com>,
Jacob Keller <jacob.e.keller@intel.com>,
Nikolay Aleksandrov <razor@blackwall.org>,
Benjamin Berg <benjamin.berg@intel.com>,
Yi Yang <yi.y.yang@intel.com>, Jiri Benc <jbenc@redhat.com>,
Leslie Monis <lesliemonis@gmail.com>,
"Mohit P. Tahiliani" <tahiliani@nitk.edu.in>,
Gautam Ramakrishnan <gautamramk@gmail.com>,
Prameela Rani Garnepudi <prameela.j04cs@gmail.com>,
Siva Rebbagondla <siva.rebbagondla@redpinesignals.com>,
Amitkumar Karwar <amit.karwar@redpinesignals.com>,
Kalle Valo <kvalo@kernel.org>
Subject: [PATCH net 00/12] net: fix kernel-doc problems in include/net/
Date: Mon, 10 Jul 2023 16:03:00 -0700 [thread overview]
Message-ID: <20230710230312.31197-1-rdunlap@infradead.org> (raw)
Fix many (but not all) kernel-doc warnings in include/net/.
[PATCH net 01/12] net: bonding: remove kernel-doc comment marker
[PATCH net 02/12] wifi: cfg80211: remove dead/unused enum value
[PATCH net 03/12] net: cfg802154: fix kernel-doc notation warnings
[PATCH net 04/12] codel: fix kernel-doc notation warnings
[PATCH net 05/12] devlink: fix kernel-doc notation warnings
[PATCH net 06/12] wifi: radiotap: fix kernel-doc notation warnings
[PATCH net 07/12] inet: frags: remove kernel-doc comment marker
[PATCH net 08/12] net: llc: fix kernel-doc notation warnings
[PATCH net 09/12] wifi: mac80211: fix kernel-doc notation warning
[PATCH net 10/12] net: NSH: fix kernel-doc notation warning
[PATCH net 11/12] pie: fix kernel-doc notation warning
[PATCH net 12/12] rsi: remove kernel-doc comment marker
include/net/bonding.h | 2 +-
include/net/cfg80211.h | 1 -
include/net/cfg802154.h | 3 ++-
include/net/codel.h | 4 ++--
include/net/devlink.h | 28 ++++++++++++++++------------
include/net/ieee80211_radiotap.h | 3 ++-
include/net/inet_frag.h | 2 +-
include/net/llc_pdu.h | 6 ++++--
include/net/mac80211.h | 1 +
include/net/nsh.h | 2 +-
include/net/pie.h | 2 +-
include/net/rsi_91x.h | 2 +-
12 files changed, 32 insertions(+), 24 deletions(-)
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: linux-wireless@vger.kernel.org
Cc: linux-wpan@vger.kernel.org
Cc: Jay Vosburgh <j.vosburgh@gmail.com>
Cc: Andy Gospodarek <andy@greyhouse.net>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Alexander Aring <alex.aring@gmail.com>
Cc: Stefan Schmidt <stefan@datenfreihafen.org>
Cc: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Jiri Pirko <jiri@resnulli.us>
Cc: Dave Taht <dave.taht@bufferbloat.net>
Cc: Arkadi Sharshevsky <arkadis@mellanox.com>
Cc: Moshe Shemesh <moshe@mellanox.com>
Cc: Jacob Keller <jacob.e.keller@intel.com>
Cc: Nikolay Aleksandrov <razor@blackwall.org>
Cc: Benjamin Berg <benjamin.berg@intel.com>
Cc: Yi Yang <yi.y.yang@intel.com>
Cc: Jiri Benc <jbenc@redhat.com>
Cc: Leslie Monis <lesliemonis@gmail.com>
Cc: "Mohit P. Tahiliani" <tahiliani@nitk.edu.in>
Cc: Gautam Ramakrishnan <gautamramk@gmail.com>
Cc: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
Cc: Siva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Cc: Amitkumar Karwar <amit.karwar@redpinesignals.com>
Cc: Kalle Valo <kvalo@kernel.org>
next reply other threads:[~2023-07-10 23:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 23:03 Randy Dunlap [this message]
2023-07-10 23:03 ` [PATCH net 01/12] net: bonding: remove kernel-doc comment marker Randy Dunlap
2023-07-10 23:03 ` [PATCH net 02/12] wifi: cfg80211: remove dead/unused enum value Randy Dunlap
2023-07-10 23:03 ` [PATCH net 03/12] net: cfg802154: fix kernel-doc notation warnings Randy Dunlap
2023-07-11 8:36 ` Miquel Raynal
2023-07-10 23:03 ` [PATCH net 04/12] codel: " Randy Dunlap
2023-07-10 23:03 ` [PATCH net 05/12] devlink: " Randy Dunlap
2023-07-10 23:03 ` [PATCH net 06/12] wifi: radiotap: " Randy Dunlap
2023-07-10 23:03 ` [PATCH net 07/12] inet: frags: remove kernel-doc comment marker Randy Dunlap
2023-07-12 3:34 ` Jakub Kicinski
2023-07-12 3:48 ` Randy Dunlap
2023-07-10 23:03 ` [PATCH net 08/12] net: llc: fix kernel-doc notation warnings Randy Dunlap
2023-07-10 23:03 ` [PATCH net 09/12] wifi: mac80211: fix kernel-doc notation warning Randy Dunlap
2023-07-12 3:37 ` Jakub Kicinski
2023-07-12 3:46 ` Randy Dunlap
2023-07-10 23:03 ` [PATCH net 10/12] net: NSH: " Randy Dunlap
2023-07-10 23:03 ` [PATCH net 11/12] pie: " Randy Dunlap
2023-07-10 23:03 ` [PATCH net 12/12] rsi: remove kernel-doc comment marker Randy Dunlap
2023-07-11 8:58 ` Kalle Valo
2023-07-12 3:37 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230710230312.31197-1-rdunlap@infradead.org \
--to=rdunlap@infradead.org \
--cc=alex.aring@gmail.com \
--cc=amit.karwar@redpinesignals.com \
--cc=andy@greyhouse.net \
--cc=arkadis@mellanox.com \
--cc=benjamin.berg@intel.com \
--cc=dave.taht@bufferbloat.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gautamramk@gmail.com \
--cc=j.vosburgh@gmail.com \
--cc=jacob.e.keller@intel.com \
--cc=jbenc@redhat.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=johannes@sipsolutions.net \
--cc=kuba@kernel.org \
--cc=kvalo@kernel.org \
--cc=lesliemonis@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linux-wpan@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=mchehab@kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=moshe@mellanox.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=prameela.j04cs@gmail.com \
--cc=razor@blackwall.org \
--cc=siva.rebbagondla@redpinesignals.com \
--cc=stefan@datenfreihafen.org \
--cc=tahiliani@nitk.edu.in \
--cc=xiyou.wangcong@gmail.com \
--cc=yi.y.yang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).