Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2133918imm; Thu, 14 Jun 2018 09:14:13 -0700 (PDT) X-Google-Smtp-Source: ADUXVKL9vkLtpElipL14MCkvaxLVRBKkIPDg7Q5m3kwYcir49MDUJnWLW8e3Lm0UH/NyEbbeRhDx X-Received: by 2002:a17:902:8509:: with SMTP id bj9-v6mr3680409plb.210.1528992853001; Thu, 14 Jun 2018 09:14:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528992852; cv=none; d=google.com; s=arc-20160816; b=X9jYbnIKf9/Dp3SoW5Mt+rOTloDgeSXOk6DZZs45Z7SZehKabUrI2hy861MtvySJIW Kw3MDsW4pA/w+rNLt9MlpNY4D/1dFAOFx7Sfik4G2nCwHJhwZV+np5v3r+IXKFZXTWns xBdtn4nD/PRLhMYr5enIW8vi8s6Hx+QkPSVd2JbT9WSRyITrUZ3yqqHaqmyTOoQhBm+Q T+VewsgnO9bFqHh90FgAp5rA1LUcqsyUzxXohVYNCA5S/Kjf8VRHlyXTDY3BLvW+VWmi mAUll4lqD24Mj7QopmAzGO5FdWIZBdz+Pc34Qrf6ceA52j3X5Uth1zSaLA/gjBPipJhm E19w== 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=/B5smU8AHJnri2qBJdVqh6UKNjLhvLyBDCdO9fLMLsE=; b=zMVfuqVmmxs0tK1Bgdl7HhORvC4r1JoLR/mNBCfobspaeyzsTF+KmGJlDC4G7K2zAa GE7FPzWh6Lu86pCTKQm07NMVLEXXkt1fb2oqoxkjdn0Xs9pG6+G8EOAauCcDH+poE3XQ IkbfZU/CKEbjU8hg/AQ2xKbdAwdV/qtDbXUMHgJhRfH+duD1FAmXxqUXIl8ZYeJJaJ4z VGUfSQmBhvzG1pSWNsfbANhXXKxpb+jhIi3nDcz5E1hJ2G1nJxBkkIWsoNMtqhT0f8mQ 25xDEQpyac/K8P8ixGQ9AQYs7Q4HOprDZqNvVEaKFel00DCSqvrbpBwwpuQ2X+uFfo1i RRAw== 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 g2-v6si6011128plp.233.2018.06.14.09.13.58; Thu, 14 Jun 2018 09:14:12 -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 S964876AbeFNQMj (ORCPT + 99 others); Thu, 14 Jun 2018 12:12:39 -0400 Received: from osg.samsung.com ([64.30.133.232]:56964 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755556AbeFNQJl (ORCPT ); Thu, 14 Jun 2018 12:09:41 -0400 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 5F42820F7A; Thu, 14 Jun 2018 09:09:40 -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 6tCQb6jbiY0U; Thu, 14 Jun 2018 09:09:39 -0700 (PDT) Received: from smtp.s-opensource.com (177.41.114.220.dynamic.adsl.gvt.net.br [177.41.114.220]) by osg.samsung.com (Postfix) with ESMTPSA id AF6E220EB7; Thu, 14 Jun 2018 09:09:16 -0700 (PDT) Received: from mchehab by smtp.s-opensource.com with local (Exim 4.91) (envelope-from ) id 1fTUoE-0005UG-Mp; Thu, 14 Jun 2018 13:09:14 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH v3 26/27] Documentation: rstFlatTable.py: fix a broken reference Date: Thu, 14 Jun 2018 13:09:11 -0300 Message-Id: <0b7871892e856a8855ff0683bba79d051b78332d.1528990947.git.mchehab+samsung@kernel.org> X-Mailer: git-send-email 2.17.1 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 The old HOWTO was removed a long time ago. The flat table version is not metioned elsewhere, so just get rid of the text. Signed-off-by: Mauro Carvalho Chehab --- Documentation/sphinx/rstFlatTable.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/sphinx/rstFlatTable.py b/Documentation/sphinx/rstFlatTable.py index 25feb0d35e7a..2019a55f6b18 100755 --- a/Documentation/sphinx/rstFlatTable.py +++ b/Documentation/sphinx/rstFlatTable.py @@ -53,8 +53,6 @@ from docutils.utils import SystemMessagePropagation # common globals # ============================================================================== -# The version numbering follows numbering of the specification -# (Documentation/books/kernel-doc-HOWTO). __version__ = '1.0' PY3 = sys.version_info[0] == 3 -- 2.17.1