From patchwork Mon Apr 27 22:01:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 220440 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,USER_AGENT_GIT autolearn=unavailable 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 726F9C82A01 for ; Mon, 27 Apr 2020 22:06:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F40A20575 for ; Mon, 27 Apr 2020 22:06:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588025163; bh=sAZ/O2zdcyNp3hYa0dOFdYg2wRWDs461rvytxvnBq+Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=njXgWwLShc9qN1sdOHeSm5+DffplJjN622Q15NoZO3DWHkyo53tGqawQhi5mkw9an Zmi2GWzui/g8gVuRzDANTMAu7VnKFy5m/sBt6n+gvGfC1V1nyg9DdAP2ozj2WmyQIk fxcCPRJe7V39U9xLB0wll1Qj72q5zwOTZ5twApeQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727045AbgD0WF7 (ORCPT ); Mon, 27 Apr 2020 18:05:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:47636 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726233AbgD0WB5 (ORCPT ); Mon, 27 Apr 2020 18:01:57 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (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 5984321835; Mon, 27 Apr 2020 22:01:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588024916; bh=sAZ/O2zdcyNp3hYa0dOFdYg2wRWDs461rvytxvnBq+Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XYDgAAeD1+15BIN62/BImoK2Ig+LC4dVMR7YfXZZzXiZGDyuJ1GoXtE/plxwV8Lm/ BrBIwZqnFnV9lbNc8TQ7pqGefBV1KfnuBCl0p5iM5AvV3x3mV/M+bBqPoiG0YDmCoL vylwBr2nURCLVh04/DewtEOiv2GXzpM0rKlOtXAo= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jTBp4-000IoB-LU; Tue, 28 Apr 2020 00:01:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , "David S. Miller" , Jakub Kicinski , Ralf Baechle , netdev@vger.kernel.org, linux-hams@vger.kernel.org Subject: [PATCH 07/38] docs: networking: convert ax25.txt to ReST Date: Tue, 28 Apr 2020 00:01:22 +0200 Message-Id: X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org There isn't much to be done here. Just: - add SPDX header; - add a document title. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/{ax25.txt => ax25.rst} | 6 ++++++ Documentation/networking/index.rst | 1 + net/ax25/Kconfig | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) rename Documentation/networking/{ax25.txt => ax25.rst} (91%) diff --git a/Documentation/networking/ax25.txt b/Documentation/networking/ax25.rst similarity index 91% rename from Documentation/networking/ax25.txt rename to Documentation/networking/ax25.rst index 8257dbf9be57..824afd7002db 100644 --- a/Documentation/networking/ax25.txt +++ b/Documentation/networking/ax25.rst @@ -1,3 +1,9 @@ +.. SPDX-License-Identifier: GPL-2.0 + +===== +AX.25 +===== + To use the amateur radio protocols within Linux you will need to get a suitable copy of the AX.25 Utilities. More detailed information about AX.25, NET/ROM and ROSE, associated programs and and utilities can be diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 841f3c3905d5..6a5858b27cf6 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -42,6 +42,7 @@ Contents: arcnet-hardware arcnet atm + ax25 .. only:: subproject and html diff --git a/net/ax25/Kconfig b/net/ax25/Kconfig index 043fd5437809..97d686d115c0 100644 --- a/net/ax25/Kconfig +++ b/net/ax25/Kconfig @@ -40,7 +40,7 @@ config AX25 radio as well as information about how to configure an AX.25 port is contained in the AX25-HOWTO, available from . You might also want to - check out the file in the + check out the file in the kernel source. More information about digital amateur radio in general is on the WWW at . @@ -88,7 +88,7 @@ config NETROM users as well as information about how to configure an AX.25 port is contained in the Linux Ham Wiki, available from . You also might want to check out the - file . More information about + file . More information about digital amateur radio in general is on the WWW at . @@ -107,7 +107,7 @@ config ROSE users as well as information about how to configure an AX.25 port is contained in the Linux Ham Wiki, available from . You also might want to check out the - file . More information about + file . More information about digital amateur radio in general is on the WWW at .