From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next 0/4] Kernel doc fixes for networking Date: Mon, 22 Jan 2018 19:14:24 -0800 Message-ID: <20180123031428.4266-1-f.fainelli@gmail.com> Cc: Florian Fainelli , Andrew Lunn , "David S. Miller" , Daniel Borkmann , Eric Dumazet , Jakub Kicinski , Jesper Dangaard Brouer , Rasmus Villemoes , John Fastabend , tcharding , Ido Schimmel , linux-kernel@vger.kernel.org (open list) To: netdev@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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(-) -- 2.14.1