From patchwork Wed Jul 25 02:50:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 948996 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=tobin.cc Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=tobin.cc header.i=@tobin.cc header.b="RnAs482q"; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="Ip5jFWet"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41b08K3xRdz9s21 for ; Wed, 25 Jul 2018 12:50:25 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388535AbeGYD7t (ORCPT ); Tue, 24 Jul 2018 23:59:49 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56807 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388524AbeGYD7s (ORCPT ); Tue, 24 Jul 2018 23:59:48 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 38C8721CF0; Tue, 24 Jul 2018 22:50:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 24 Jul 2018 22:50:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=0fs5vw0MOyoPuH8w6 F2ofER+4qNOzOOmlznx3pD/zjU=; b=RnAs482qZWH4cGhxHiyKYofVcZvce+g1U e8FpMN5dc4s/Gw1Zv+1Wv2LzLgzBoE+bgP1EoN+6uRqzZgB9HTbE6r5z4TfkFyVn HaUWEphFLxvzU1Fx3IjOcCqWRTpqfSJY7oqJkxyVZFIoGTLv7orLdNNIN94KKNNj 5B6rOLpKEsY2pEMXGJxqtnOUZ2Etg6jJc8kBs/eKRs4PYU9+xlKwgXv4b7sltPhF qA+O4gizn44tt7dTN6F7PL1HDBHPiIZrvxtZajsN20dgBLncUfOSR7OV6tyL8BdB YhkvBfwtRkstOR0Ud7DGbt/JUNLmTQYQaWIrrM1ySzEypxnnO1iLg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=0fs5vw0MOyoPuH8w6F2ofER+4qNOzOOmlznx3pD/zjU=; b=Ip5jFWet KYDIf//G35nPKly3cwpxkLWCGI0fqp8ggFvsc/YqF5nxMKLi0W+AeYERiY0CsIqy BXm1SccwhLVsDeh6ByAxO4S37k4/fqZsUzR0cBAoE6huTln47d2g82++dxZg1xzM HmJbpysh695eDnqaPBTXqPRWSUDo7xyP/ZSy8kBT3v7zzK2n/kzM6eMWUdgdyKw9 hCHBx1xMn/9ULGlipWzYVNSyxXerVEYpNPpAp4o7gEPEhOxmacTP2CnJbPycGi1H FiDDpkfBnnqSkxysT1F/0ENY5blZV06v/H6Mf2z/6hNWXtTPpEIC+La+qS5rz7rk eFzuIKra7prV5w== X-ME-Proxy: X-ME-Sender: Received: from localhost (ppp121-44-239-245.bras2.syd2.internode.on.net [121.44.239.245]) by mail.messagingengine.com (Postfix) with ESMTPA id 55F9E1026B; Tue, 24 Jul 2018 22:50:18 -0400 (EDT) From: "Tobin C. Harding" To: "David S. Miller" , Jonathan Corbet Cc: "Tobin C. Harding" , linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 1/2] docs: Add rest label the_canonical_path_format Date: Wed, 25 Jul 2018 12:50:04 +1000 Message-Id: <20180725025005.14332-2-me@tobin.cc> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180725025005.14332-1-me@tobin.cc> References: <20180725025005.14332-1-me@tobin.cc> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org In preparation to convert Documentation/network/netdev-FAQ.rst to restructured text format we would like to be able to reference 'the canonical patch format' section. Add rest label: 'the_canonical_path_format'. Signed-off-by: Tobin C. Harding --- Documentation/process/submitting-patches.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst index 908bb55be407..c0917107b90a 100644 --- a/Documentation/process/submitting-patches.rst +++ b/Documentation/process/submitting-patches.rst @@ -611,6 +611,7 @@ which stable kernel versions should receive your fix. This is the preferred method for indicating a bug fixed by the patch. See :ref:`describe_changes` for more details. +.. _the_canonical_patch_format: 14) The canonical patch format ------------------------------