All of lore.kernel.org
 help / color / mirror / Atom feed
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



             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.org \
    --cc=andrew@lunn.ch \
    --cc=andriin@fb.com \
    --cc=anna.schumaker@netapp.com \
    --cc=ap420073@gmail.com \
    --cc=ast@kernel.org \
    --cc=bfields@fieldses.org \
    --cc=bgolaszewski@baylibre.com \
    --cc=broonie@kernel.org \
    --cc=chuck.lever@oracle.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=gnault@redhat.com \
    --cc=hkallweit1@gmail.com \
    --cc=jiri@mellanox.com \
    --cc=kuba@kernel.org \
    --cc=kyk.segfault@gmail.com \
    --cc=linmiaohe@huawei.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=martin.varghese@nokia.com \
    --cc=maximmi@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=pshelar@ovn.org \
    --cc=sd@queasysnail.net \
    --cc=steffen.klassert@secunet.com \
    --cc=trond.myklebust@hammerspace.com \
    --cc=viro@zeniv.linux.org.uk \
    --cc=willemb@google.com \
    --cc=xiyou.wangcong@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.