From patchwork Fri Jul 8 13:03:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 9220851 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4E4056089D for ; Fri, 8 Jul 2016 13:04:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4143F2879B for ; Fri, 8 Jul 2016 13:04:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 359FA2878B; Fri, 8 Jul 2016 13:04:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7425528797 for ; Fri, 8 Jul 2016 13:04:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755344AbcGHNEn (ORCPT ); Fri, 8 Jul 2016 09:04:43 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:41343 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755216AbcGHNEC (ORCPT ); Fri, 8 Jul 2016 09:04:02 -0400 Received: from 177.43.148.138.dynamic.adsl.gvt.net.br ([177.43.148.138] helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bLVRp-0000Bf-NK; Fri, 08 Jul 2016 13:04:01 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bLVRi-0008AQ-HI; Fri, 08 Jul 2016 10:03:54 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: corbet@lwn.net, markus.heiser@darmarIT.de, linux-doc@vger.kernel.org, Mauro Carvalho Chehab , Mauro Carvalho Chehab Subject: [PATCH 15/54] doc-rst: dvb/intro: Better show the needed include blocks Date: Fri, 8 Jul 2016 10:03:07 -0300 Message-Id: <534f3d0e86be4175e983b86484e591d07cc9a5a5.1467981855.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The include blocks were not properly displayed. Fix it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/dvb/intro.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Documentation/linux_tv/media/dvb/intro.rst b/Documentation/linux_tv/media/dvb/intro.rst index 06b568b80f7a..72992940a057 100644 --- a/Documentation/linux_tv/media/dvb/intro.rst +++ b/Documentation/linux_tv/media/dvb/intro.rst @@ -160,34 +160,16 @@ partial path like: #include - -.. code-block:: c - #include - -.. code-block:: c - #include - -.. code-block:: c - #include - -.. code-block:: c - #include - -.. code-block:: c - #include - -.. code-block:: c - #include To enable applications to support different API version, an additional