From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5ACA6C433DF for ; Thu, 11 Jun 2020 17:31:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A57C206DC for ; Thu, 11 Jun 2020 17:31:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591896692; bh=FPl7RpqbS3TnwMSE5/fJWM1JXPLNwRMS3V5/5udQ4rw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=ReBbsy3Oy8akZPy8HoC6NF+4PqA5rZU1WLN+eCmqAKrTORua8d6xnn1ta/EE6WDRV dhF5UbIRZJMdM5TlxInDku+eCy3F4quU3LZ62KoF++0SzsLYu6sDBTolRAVXeXWoMe HWrs5L6Nkww8f1SginlSw1MybuX60k+nmc5qaug0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726917AbgFKRba (ORCPT ); Thu, 11 Jun 2020 13:31:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:55206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726867AbgFKRbZ (ORCPT ); Thu, 11 Jun 2020 13:31:25 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EA35E20897; Thu, 11 Jun 2020 17:31:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591896685; bh=FPl7RpqbS3TnwMSE5/fJWM1JXPLNwRMS3V5/5udQ4rw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=m7DZaI0It/5A0Re3V1bLAorAPW1Y5HK6EU/pijf1AW616ag/iHnnhfYXaXNgFK/SQ L7NKM4cS+fC9tdCWy75pD/TB0ke/fSUflHM6fK/xLNhWCpPVyu1cgvUiNvJw/klAIC nzzf6M5ZQEwvVmGkrmxOz+fEXEHoSqxFgrFBY3Xs= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-doc@vger.kernel.org, Jakub Kicinski , macro@linux-mips.org Subject: [RFC 8/8] docs: networking: move FDDI drivers to the hw driver section Date: Thu, 11 Jun 2020 10:30:10 -0700 Message-Id: <20200611173010.474475-9-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200611173010.474475-1-kuba@kernel.org> References: <20200611173010.474475-1-kuba@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Move docs for defza and skfp under device_drivers/fddi. Signed-off-by: Jakub Kicinski -- CC: macro@linux-mips.org --- .../{ => device_drivers/fddi}/defza.rst | 0 .../networking/device_drivers/fddi/index.rst | 19 +++++++++++++++++++ .../{ => device_drivers/fddi}/skfp.rst | 0 .../networking/device_drivers/index.rst | 1 + Documentation/networking/index.rst | 2 -- drivers/net/fddi/Kconfig | 4 ++-- 6 files changed, 22 insertions(+), 4 deletions(-) rename Documentation/networking/{ => device_drivers/fddi}/defza.rst (100%) create mode 100644 Documentation/networking/device_drivers/fddi/index.rst rename Documentation/networking/{ => device_drivers/fddi}/skfp.rst (100%) diff --git a/Documentation/networking/defza.rst b/Documentation/networking/device_drivers/fddi/defza.rst similarity index 100% rename from Documentation/networking/defza.rst rename to Documentation/networking/device_drivers/fddi/defza.rst diff --git a/Documentation/networking/device_drivers/fddi/index.rst b/Documentation/networking/device_drivers/fddi/index.rst new file mode 100644 index 000000000000..0b75294e6c8b --- /dev/null +++ b/Documentation/networking/device_drivers/fddi/index.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) + +Fiber Distributed Data Interface (FDDI) Device Drivers +====================================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + defza + skfp + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` diff --git a/Documentation/networking/skfp.rst b/Documentation/networking/device_drivers/fddi/skfp.rst similarity index 100% rename from Documentation/networking/skfp.rst rename to Documentation/networking/device_drivers/fddi/skfp.rst diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index d6a73e4592e0..a3113ffd7a16 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -13,6 +13,7 @@ Hardware Device Drivers cable/index cellular/index ethernet/index + fddi/index hamradio/index wan/index wifi/index diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index f48f1d19caff..c29496fff81c 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -47,7 +47,6 @@ Linux Networking Documentation dccp dctcp decnet - defza dns_resolver driver eql @@ -94,7 +93,6 @@ Linux Networking Documentation sctp secid seg6-sysctl - skfp strparser switchdev tc-actions-env-rules diff --git a/drivers/net/fddi/Kconfig b/drivers/net/fddi/Kconfig index da4f58eed08f..1cca61293577 100644 --- a/drivers/net/fddi/Kconfig +++ b/drivers/net/fddi/Kconfig @@ -77,8 +77,8 @@ config SKFP - Netelligent 100 FDDI SAS UTP - Netelligent 100 FDDI SAS Fibre MIC - Read for information about - the driver. + Read + for information about the driver. Questions concerning this driver can be addressed to: -- 2.26.2