From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:35274 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753524AbcFTQ7F (ORCPT ); Mon, 20 Jun 2016 12:59:05 -0400 Subject: Re: [PATCH v2 2/7] v4l: Fix number of zeroed high order bits in 12-bit raw format defs To: Sakari Ailus , linux-media@vger.kernel.org References: <1466439608-22890-1-git-send-email-sakari.ailus@linux.intel.com> <1466439608-22890-3-git-send-email-sakari.ailus@linux.intel.com> From: Hans Verkuil Message-ID: <57681FAB.6010201@xs4all.nl> Date: Mon, 20 Jun 2016 18:54:03 +0200 MIME-Version: 1.0 In-Reply-To: <1466439608-22890-3-git-send-email-sakari.ailus@linux.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 06/20/2016 06:20 PM, Sakari Ailus wrote: > The number of high order bits in samples was documented to be 6 for 12-bit > data. This is clearly wrong, fix it. > > Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil Hans > --- > Documentation/DocBook/media/v4l/pixfmt-srggb12.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > index 0c8e4ad..4394101 100644 > --- a/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > +++ b/Documentation/DocBook/media/v4l/pixfmt-srggb12.xml > @@ -31,7 +31,7 @@ pixel image > > > Byte Order. > - Each cell is one byte, high 6 bits in high bytes are 0. > + Each cell is one byte, high 4 bits in high bytes are 0. > > > >