mbox series

[net-next,0/4] Kernel doc fixes for networking

Message ID 20180123031428.4266-1-f.fainelli@gmail.com
Headers show
Series Kernel doc fixes for networking | expand

Message

Florian Fainelli Jan. 23, 2018, 3:14 a.m. UTC
Hi David,

This patch series fixes kernel doc warnings found while running make htmldocs
pertaining to the networking subsystem. There is a finaly set of warnings due
to PHYLINK which I have not been able to resolve yet.

The last patch could thereoteically be applied to 'net' since the commit
referenced by the Fixes: tag is present in v4.15-rcX.

Thanks

Florian Fainelli (4):
  net: core: Fix kernel-doc for carrier_* attributes
  net: phy: sfp: Fix kernel doc warning
  net: core: Fix kernel-doc for call_netdevice_notifiers_info()
  net: core: Fix kernel-doc for netdev_upper_link()

 drivers/net/phy/sfp-bus.c | 2 +-
 include/linux/netdevice.h | 4 ++--
 net/core/dev.c            | 3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

Comments

David Miller Jan. 23, 2018, 4:07 p.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Mon, 22 Jan 2018 19:14:24 -0800

> This patch series fixes kernel doc warnings found while running make htmldocs
> pertaining to the networking subsystem. There is a finaly set of warnings due
> to PHYLINK which I have not been able to resolve yet.
> 
> The last patch could thereoteically be applied to 'net' since the commit
> referenced by the Fixes: tag is present in v4.15-rcX.

Series applied to net-next, thanks Florian.

I'll defer on the 'net' one, it's already really late in the game and only
super critical fixes should be submitted there at this point.

Thanks.