Received: by 10.192.165.148 with SMTP id m20csp2872682imm; Mon, 7 May 2018 02:37:13 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoaN/icPx+NA8Z3uU54wuIxIDoqBvj1Kc+znWmoI09nKGO3zo6JghMeMFoYHDbOsqXLc19K X-Received: by 2002:a65:60d1:: with SMTP id r17-v6mr25196787pgv.410.1525685833221; Mon, 07 May 2018 02:37:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525685833; cv=none; d=google.com; s=arc-20160816; b=EuzhslW40GNoBYawKB/0M5N+5LmibNdljGgfXeWRJTD4octeHycKeQ0Nv7pyEz/vGD QxqnoRh0ccD1HYh20nOEc5itVr6sy73rzWjehTS/A8dMEIrKjpSCCliyoYSMjwsfFNMn uD5y9uO9jjcuerjojOrECFTLrydkDAEcL0tCAfMs6UElDLr90h3urfPZLW6iicVi+gLv Kun/fm3PtBIYxS2fBDi01/WKemIDl4TSelTAFYLSDGbT/+oJIyA5rUL3Jrd8WOasVyos 5ttNLKTEMC270OE6+ZaJlm2WKj3iEju8JuT3mA1AJBQKgDsJdMztEZn16rin/7/AKijr /tJQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=0WjbN9GMYHqSZywXxfKgSiWNGxxNA57Rnd3oeKbp2ZQ=; b=Nq0jlcw5sLODHXkHyUy+vebAic3/Rw8vb9YHduuS25iVCKCOFt8AjY3+3jBNoMhivW /svLsNXq7TodBVIF4K6KCbR8xB/qnjUx1h/uv3p7R1qZk0raeyxOC2QgNYlumSvx/FKh Hc7WDYQxOuRsxjUyVp3UVD/BHz0KfR6To3EhML+JM05kTYSW7z69453q9CX4YfJ0rlq7 maoYdZceYygnzt+hRq9QyUIGYloRW8BOvjKSaMhZxeYLLVc8FX03UwZjHblWQzFrRTdH Zd70gEY/4CvDGoNEHBo7w3N5aTcSM/D0QqCHyxi6cEgFWNFDgnhaBpM2NtlqHkNTpoat EyBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k3-v6si11334268pld.45.2018.05.07.02.36.59; Mon, 07 May 2018 02:37:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbeEGJgT (ORCPT + 99 others); Mon, 7 May 2018 05:36:19 -0400 Received: from osg.samsung.com ([64.30.133.232]:60958 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752176AbeEGJgE (ORCPT ); Mon, 7 May 2018 05:36:04 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id AB90623411; Mon, 7 May 2018 02:36:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zkD-_p8ZMPac; Mon, 7 May 2018 02:36:02 -0700 (PDT) Received: from smtp.s-opensource.com (177.41.109.86.dynamic.adsl.gvt.net.br [177.41.109.86]) by osg.samsung.com (Postfix) with ESMTPSA id 39696233DB; Mon, 7 May 2018 02:36:01 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.90_1) (envelope-from ) id 1fFcYo-00087A-N9; Mon, 07 May 2018 06:35:58 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Oliver Hartkopp , Marc Kleine-Budde , "David S. Miller" , linux-can@vger.kernel.org, netdev@vger.kernel.org Subject: [PATCH 01/18] docs: can.rst: fix a footnote reference Date: Mon, 7 May 2018 06:35:37 -0300 Message-Id: <2a04ab24f302a0802572c4c80c4d416b953f213d.1525684985.git.mchehab+samsung@kernel.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org As stated at: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#footnotes A footnote should contain either a number, a reference or an auto number, e. g.: [1], [#f1] or [#]. While using [*] accidentaly works for html, it fails for other document outputs. In particular, it causes an error with LaTeX output, causing all books after networking to not be built. So, replace it by a valid syntax. Signed-off-by: Mauro Carvalho Chehab --- Documentation/networking/can.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/can.rst b/Documentation/networking/can.rst index d23c51abf8c6..2fd0b51a8c52 100644 --- a/Documentation/networking/can.rst +++ b/Documentation/networking/can.rst @@ -164,7 +164,7 @@ The Linux network devices (by default) just can handle the transmission and reception of media dependent frames. Due to the arbitration on the CAN bus the transmission of a low prio CAN-ID may be delayed by the reception of a high prio CAN frame. To -reflect the correct [*]_ traffic on the node the loopback of the sent +reflect the correct [#f1]_ traffic on the node the loopback of the sent data has to be performed right after a successful transmission. If the CAN network interface is not capable of performing the loopback for some reason the SocketCAN core can do this task as a fallback solution. @@ -175,7 +175,7 @@ networking behaviour for CAN applications. Due to some requests from the RT-SocketCAN group the loopback optionally may be disabled for each separate socket. See sockopts from the CAN RAW sockets in :ref:`socketcan-raw-sockets`. -.. [*] you really like to have this when you're running analyser +.. [#f1] you really like to have this when you're running analyser tools like 'candump' or 'cansniffer' on the (same) node. -- 2.17.0