From patchwork Mon Jul 4 11:47:02 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: 9212355 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 2A9E160572 for ; Mon, 4 Jul 2016 11:48:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D357286E3 for ; Mon, 4 Jul 2016 11:48:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1237B286E9; Mon, 4 Jul 2016 11:48:45 +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 BAB08286EA for ; Mon, 4 Jul 2016 11:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932412AbcGDLsl (ORCPT ); Mon, 4 Jul 2016 07:48:41 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:44799 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753575AbcGDLrX (ORCPT ); Mon, 4 Jul 2016 07:47:23 -0400 Received: from 201.86.133.99.dynamic.adsl.gvt.net.br ([201.86.133.99] helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bK2LS-0005Ja-N2; Mon, 04 Jul 2016 11:47:22 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bK2LM-0007m4-6e; Mon, 04 Jul 2016 08:47:16 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Markus Heiser , linux-doc@vger.kernel.org Subject: [PATCH 41/51] Documentation: pixfmt-y12i.rst: correct format conversion Date: Mon, 4 Jul 2016 08:47:02 -0300 Message-Id: <9c20608630b91367135d65a1c47691a2936f2254.1467629489.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 format conversion broke one paragraph into two. Fix it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/linux_tv/media/v4l/pixfmt-y12i.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst b/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst index 82a39faaad08..8967e8c33b47 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst @@ -19,7 +19,6 @@ pixels from 2 sources interleaved and bit-packed. Each pixel is stored in a 24-bit word in the little-endian order. On a little-endian machine these pixels can be deinterlaced using - .. code-block:: c __u8 *buf; @@ -27,12 +26,9 @@ these pixels can be deinterlaced using right0 = *(__u16 *)(buf + 1) >> 4; **Bit-packed representation.** - pixels cross the byte boundary and have a ratio of 3 bytes for each interleaved pixel. - - .. flat-table:: :header-rows: 0 :stub-columns: 0