diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-30 15:21:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 14:45:24 +0200 |
commit | 836cf1db4e741f12e2d95573b5479fcbdd6fa34e (patch) | |
tree | 55f5c1bde23bfebfcbd9539de68153841d5d7fda /Documentation/media/uapi/dvb/audio-channel-select.rst | |
parent | [media] v4l2-subdev.h: fix a doc nitpick warning (diff) | |
download | linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.tar.xz linux-836cf1db4e741f12e2d95573b5479fcbdd6fa34e.zip |
[media] docs-rst exceptions: use C domain references for DVB headers
Now that we moved away from the :ref: type of references,
we need to update the exceptions lists.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/audio-channel-select.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/audio-channel-select.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/audio-channel-select.rst b/Documentation/media/uapi/dvb/audio-channel-select.rst index 03dcdbbfbbc6..2ceb4efebdf0 100644 --- a/Documentation/media/uapi/dvb/audio-channel-select.rst +++ b/Documentation/media/uapi/dvb/audio-channel-select.rst @@ -16,7 +16,7 @@ AUDIO_CHANNEL_SELECT Synopsis -------- -.. c:function:: int ioctl(int fd, AUDIO_CHANNEL_SELECT, audio_channel_select_t) +.. c:function:: int ioctl(int fd, AUDIO_CHANNEL_SELECT, struct *audio_channel_select) :name: AUDIO_CHANNEL_SELECT |