From: Mauro Carvalho Chehab <mchehab+huawei@kernel•org>
To: Linux Doc Mailing List <linux-doc@vger•kernel.org>,
Mark Brown <broonie@kernel•org>, Jakub Kicinski <kuba@kernel•org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel•org>,
linux-kernel@vger•kernel.org, Jonathan Corbet <corbet@lwn•net>,
"David S. Miller" <davem@davemloft•net>,
"J. Bruce Fields" <bfields@fieldses•org>,
Al Viro <viro@zeniv•linux.org.uk>,
Alexei Starovoitov <ast@kernel•org>, Andrew Lunn <andrew@lunn•ch>,
Andrii Nakryiko <andriin@fb•com>,
Anna Schumaker <anna.schumaker@netapp•com>,
Bartosz Golaszewski <bgolaszewski@baylibre•com>,
Chuck Lever <chuck.lever@oracle•com>,
Cong Wang <xiyou.wangcong@gmail•com>,
Eric Dumazet <edumazet@google•com>,
Florian Westphal <fw@strlen•de>,
Guillaume Nault <gnault@redhat•com>,
Heiner Kallweit <hkallweit1@gmail•com>,
Jiri Pirko <jiri@mellanox•com>,
Martin Varghese <martin.varghese@nokia•com>,
Maxim Mikityanskiy <maximmi@mellanox•com>,
Miaohe Lin <linmiaohe@huawei•com>,
Paolo Abeni <pabeni@redhat•com>,
Pravin B Shelar <pshelar@ovn•org>,
Russell King <linux@armlinux•org.uk>,
Sabrina Dubroca <sd@queasysnail•net>,
Steffen Klassert <steffen.klassert@secunet•com>,
Taehee Yoo <ap420073@gmail•com>,
Trond Myklebust <trond.myklebust@hammerspace•com>,
Vladimir Oltean <olteanv@gmail•com>,
Willem de Bruijn <willemb@google•com>,
Yadu Kishore <kyk.segfault@gmail•com>,
linux-nfs@vger•kernel.org, netdev@vger•kernel.org
Subject: [PATCH RESEND 0/3] Fix wrong identifiers on kernel-doc markups
Date: Mon, 26 Oct 2020 10:47:35 +0100 [thread overview]
Message-ID: <cover.1603705472.git.mchehab+huawei@kernel.org> (raw)
Hi Mark/Jakub,
As you requested, I'm resending the three -net patches
from the /56 patch series I sent last Friday:
[PATCH v3 00/56] Fix several bad kernel-doc markups
They fix a few kernel-doc markups that are using different
identifiers than the function/struct that they are actually
documenting.
This should help checking them via CI automation.
Regards,
Mauro
Mauro Carvalho Chehab (3):
net: phy: fix kernel-doc markups
net: datagram: fix some kernel-doc markups
net: core: fix some kernel-doc markups
drivers/net/phy/mdio_bus.c | 2 +-
drivers/net/phy/phy-c45.c | 2 +-
drivers/net/phy/phy.c | 2 +-
drivers/net/phy/phy_device.c | 2 +-
drivers/net/phy/phylink.c | 2 +-
include/linux/netdevice.h | 11 +++++++++--
net/core/datagram.c | 2 +-
net/core/dev.c | 4 ++--
net/core/skbuff.c | 2 +-
net/ethernet/eth.c | 6 +++---
net/sunrpc/rpc_pipe.c | 3 ++-
11 files changed, 23 insertions(+), 15 deletions(-)
--
2.26.2
next reply other threads:[~2020-10-26 10:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-26 9:47 Mauro Carvalho Chehab [this message]
2020-10-26 9:47 ` [PATCH RESEND 1/3] net: phy: fix kernel-doc markups Mauro Carvalho Chehab
2020-10-26 13:16 ` Andrew Lunn
2020-10-26 9:47 ` [PATCH RESEND 2/3] net: datagram: fix some " Mauro Carvalho Chehab
2020-10-26 9:47 ` [PATCH RESEND 3/3] net: core: " Mauro Carvalho Chehab
2020-10-27 3:06 ` Jakub Kicinski
2020-10-28 18:24 ` [PATCH RESEND 0/3] Fix wrong identifiers on " Mark Brown
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=cover.1603705472.git.mchehab+huawei@kernel.org \
--to=mchehab+huawei@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=andriin@fb$(echo .)com \
--cc=anna.schumaker@netapp$(echo .)com \
--cc=ap420073@gmail$(echo .)com \
--cc=ast@kernel$(echo .)org \
--cc=bfields@fieldses$(echo .)org \
--cc=bgolaszewski@baylibre$(echo .)com \
--cc=broonie@kernel$(echo .)org \
--cc=chuck.lever@oracle$(echo .)com \
--cc=corbet@lwn$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=fw@strlen$(echo .)de \
--cc=gnault@redhat$(echo .)com \
--cc=hkallweit1@gmail$(echo .)com \
--cc=jiri@mellanox$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=kyk.segfault@gmail$(echo .)com \
--cc=linmiaohe@huawei$(echo .)com \
--cc=linux-doc@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-nfs@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=martin.varghese@nokia$(echo .)com \
--cc=maximmi@mellanox$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=olteanv@gmail$(echo .)com \
--cc=pabeni@redhat$(echo .)com \
--cc=pshelar@ovn$(echo .)org \
--cc=sd@queasysnail$(echo .)net \
--cc=steffen.klassert@secunet$(echo .)com \
--cc=trond.myklebust@hammerspace$(echo .)com \
--cc=viro@zeniv$(echo .)linux.org.uk \
--cc=willemb@google$(echo .)com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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