diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 13:43:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 13:43:30 +0200 |
commit | 8968da9b8622f2da9b7f0a695acbe341ea28f55e (patch) | |
tree | 8ea0037207dd445a512abc4d72d90a8b29255da5 /Documentation/media/uapi/v4l/pixfmt-003.rst | |
parent | [media] doc-rst: update CEC_RECEIVE (diff) | |
download | linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.tar.xz linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.zip |
Revert "[media] docs-rst: escape [] characters"
This patch touches on places where it shouldn't: image
files and code examples. Also, it doesn't fix all array
occurrences.
So, let's revert it.
This reverts commit ffbab694ede33c294e5864a5e0bf4d1474446a71.
Diffstat (limited to 'Documentation/media/uapi/v4l/pixfmt-003.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/pixfmt-003.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/v4l/pixfmt-003.rst b/Documentation/media/uapi/v4l/pixfmt-003.rst index d6a80d16afbc..25c54872fbe1 100644 --- a/Documentation/media/uapi/v4l/pixfmt-003.rst +++ b/Documentation/media/uapi/v4l/pixfmt-003.rst @@ -41,7 +41,7 @@ describing all planes of that format. - __u16 - - ``reserved\[6\]`` + - ``reserved[6]`` - Reserved for future extensions. Should be zeroed by drivers and applications. @@ -160,7 +160,7 @@ describing all planes of that format. - __u8 - - ``reserved\[7\]`` + - ``reserved[7]`` - Reserved for future extensions. Should be zeroed by drivers and applications. |