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=-3.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,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 892ACC10F11 for ; Wed, 10 Apr 2019 09:57:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53BD22133D for ; Wed, 10 Apr 2019 09:57:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554890221; bh=Tu8Q1f+RTuELeai+6XcSPPx97/05w2UC7NJWkF3Ey40=; h=From:To:Cc:Subject:Date:List-ID:From; b=O/On7iYCO9V2VZJVeGN111ZpZLCUZq0jbnbr8qD+Ry+juuNPkxb8ZbBd9I5lD5HiD dhnP273pyfjUwsW+UK21DPbOOPfxvF0wlYwIt167UKzU0IczJn7nWMFujmMztPwjYv gVmsWOtmUhqk/oq2LCDoADzJ4+AToqPzrjTrqBEI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730413AbfDJJ5A (ORCPT ); Wed, 10 Apr 2019 05:57:00 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:60556 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730332AbfDJJ4i (ORCPT ); Wed, 10 Apr 2019 05:56:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=bFt3dgJiaeyMmKj+dRc8MhcGRLNdgWAAHOpymLVKVDU=; b=RbvuoBTYnxgykhUGR44bhCTs8 ZTcebJ6hgUwnclzpNuDH29XgCoMS/bzcjsPn5XSDjfaLv7apsyQfvN6oKI9uTfOOSh03zRyaARgCC YNj0pkY4CDvi+IlgRe4kcmJf7N7wlKWt8zR9MibSxWqMtAQnbZhGRezA1t2+BZ3n7GDeUZjxprnnY 6xlcPWezVH6omsQ4GNLr6EqBpNxUKUOrajqoahdDRhIP6fjADuDhaSfRxe/onCirCpFhGNm3k3Img m/p6C7gOmegdP9bWPjJiiD91OSZnKsVLegcArY7Cp5hiaCsipxElUAlnn2/CqV/THORPP8mvT2bcf JtzaJ1NfA==; Received: from 177.41.129.23.dynamic.adsl.gvt.net.br ([177.41.129.23] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hE9y9-0003Cq-6M; Wed, 10 Apr 2019 09:56:37 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92) (envelope-from ) id 1hE9y3-0000nu-MW; Wed, 10 Apr 2019 06:56:31 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , David Howells , Andrea Parri , Nicholas Piggin , linux-arch@vger.kernel.org, Peter Zijlstra , Boqun Feng , Luc Maranget , Alan Stern , Akira Yokosawa , Will Deacon , "Paul E. McKenney" , Daniel Lustig , Jade Alglave Subject: [PATCH 0/8] Prepare files under Documentation/*.txt to build with Sphinx Date: Wed, 10 Apr 2019 06:56:19 -0300 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In the past, we did some efforts to ensure that almost all files under Documentation/*.txt could be built with Sphinx. Some regressions happened there (and some new files got added). Fix those files in order to allow them to be able to build with Sphinx. The changes on this series are trivial, adding the minimum stuff to allow building those files with sphinx-build with no warnings and to make the contents minimally consistent with other documentation files. Mauro Carvalho Chehab (8): docs: DMA-API-HOWTO: add a missing "=" docs: atomic_bitops.txt: add a title for this document docs: clearing-warn-once.txt: add a title for this document docs: ntb.txt: use Sphinx notation for the two ascii figures docs: unaligned-memory-access.txt: use a lowercase title docs: video-output.txt: convert it to ReST format docs: ntb.txt: add blank lines to clean up some Sphinx warnings docs: speculation.txt: mark example blocks as such Documentation/DMA-API-HOWTO.txt | 2 +- Documentation/atomic_bitops.txt | 6 +-- Documentation/clearing-warn-once.txt | 2 + Documentation/ntb.txt | 14 ++++-- Documentation/speculation.txt | 8 ++-- Documentation/unaligned-memory-access.txt | 2 +- Documentation/video-output.txt | 52 +++++++++++------------ 7 files changed, 47 insertions(+), 39 deletions(-) -- 2.20.1