From: Sakari Ailus Date: Thu, 26 May 2016 11:20:42 +0000 (-0300) Subject: [media] doc-rst: Fix number of zeroed high order bits in 12-bit raw format defs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f5176d3807b3dfba3267cc0b6f4ae4915dc1d7a8;p=linux-beck.git [media] doc-rst: Fix number of zeroed high order bits in 12-bit raw format defs 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/media/uapi/v4l/pixfmt-srggb12.rst b/Documentation/media/uapi/v4l/pixfmt-srggb12.rst index 109772fd0f23..b2880df4b22f 100644 --- a/Documentation/media/uapi/v4l/pixfmt-srggb12.rst +++ b/Documentation/media/uapi/v4l/pixfmt-srggb12.rst @@ -29,7 +29,7 @@ described as GRGR... BGBG..., RGRG... GBGB..., etc. Below is an example of one of these formats **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.