netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] Fix wrong identifiers on kernel-doc markups
@ 2020-10-26  9:47 Mauro Carvalho Chehab
  2020-10-26  9:47 ` [PATCH RESEND 1/3] net: phy: fix " Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2020-10-26  9:47 UTC (permalink / raw)
  To: Linux Doc Mailing List, Mark Brown, Jakub Kicinski
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet,
	David S. Miller, J. Bruce Fields, Al Viro, Alexei Starovoitov,
	Andrew Lunn, Andrii Nakryiko, Anna Schumaker,
	Bartosz Golaszewski, Chuck Lever, Cong Wang, Eric Dumazet,
	Florian Westphal, Guillaume Nault, Heiner Kallweit, Jiri Pirko,
	Martin Varghese, Maxim Mikityanskiy, Miaohe Lin, Paolo Abeni,
	Pravin B Shelar, Russell King, Sabrina Dubroca, Steffen Klassert,
	Taehee Yoo, Trond Myklebust, Vladimir Oltean, Willem de Bruijn,
	Yadu Kishore, linux-nfs, netdev

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



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

end of thread, other threads:[~2020-10-28 22:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26  9:47 [PATCH RESEND 0/3] Fix wrong identifiers on kernel-doc markups Mauro Carvalho Chehab
2020-10-26  9:47 ` [PATCH RESEND 1/3] net: phy: fix " 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

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