From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751303AbeAWDOs (ORCPT ); Mon, 22 Jan 2018 22:14:48 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:33346 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbeAWDOq (ORCPT ); Mon, 22 Jan 2018 22:14:46 -0500 X-Google-Smtp-Source: AH8x2240tS5AIDqG2A6uAdbB0oAdhX4tZazM0Rp33taZ1kKubpS0TIIT8YKWCPukI9JGexuJptA1FQ== From: Florian Fainelli To: netdev@vger.kernel.org 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) 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> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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