summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/video_types.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-13 08:43:30 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-13 08:43:30 -0300
commit8968da9b8622f2da9b7f0a695acbe341ea28f55e (patch)
tree8ea0037207dd445a512abc4d72d90a8b29255da5 /Documentation/media/uapi/dvb/video_types.rst
parentd2cd627be0f889ef7718eac98f68a822ad235f0a (diff)
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/dvb/video_types.rst')
-rw-r--r--Documentation/media/uapi/dvb/video_types.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/video_types.rst b/Documentation/media/uapi/dvb/video_types.rst
index d4debb36580d..671f365ceeb4 100644
--- a/Documentation/media/uapi/dvb/video_types.rst
+++ b/Documentation/media/uapi/dvb/video_types.rst
@@ -125,7 +125,7 @@ it can be extended safely in the future.
} play;
struct {
- __u32 data\[16\];
+ __u32 data[16];
} raw;
};
};
@@ -352,7 +352,7 @@ passed to the ioctl VIDEO_GET_NAVI:
typedef
struct video_navi_pack {
int length; /* 0 ... 1024 */
- uint8_t data\[1024\];
+ uint8_t data[1024];
} video_navi_pack_t;