diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2018-03-19 11:43:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-04 06:12:53 -0400 |
commit | cccc41fd3e8d1cfb6f4474470111cf03a6e18452 (patch) | |
tree | d58b684aebe6d8048a12ab73034245ea11bdddcd | |
parent | 793d2a9e3d846180e5f796a5a414d963504efd97 (diff) |
media: media-types.rst: rename media-entity-type to media-entity-functions
The MEDIA_ENT_F_* defines refer to functions, not types. Update the
documentation accordingly.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst b/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst index 45e76e5bc1ea..582fda488810 100644 --- a/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst +++ b/Documentation/media/uapi/mediactl/media-ioc-enum-entities.rst | |||
@@ -89,7 +89,7 @@ id's until they get an error. | |||
89 | 89 | ||
90 | - | 90 | - |
91 | - | 91 | - |
92 | - Entity type, see :ref:`media-entity-type` for details. | 92 | - Entity type, see :ref:`media-entity-functions` for details. |
93 | 93 | ||
94 | - .. row 4 | 94 | - .. row 4 |
95 | 95 | ||
diff --git a/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst b/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst index fca4a22f6a45..c4055ddf070a 100644 --- a/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst +++ b/Documentation/media/uapi/mediactl/media-ioc-g-topology.rst | |||
@@ -205,7 +205,7 @@ desired arrays with the media graph elements. | |||
205 | 205 | ||
206 | - ``function`` | 206 | - ``function`` |
207 | 207 | ||
208 | - Entity main function, see :ref:`media-entity-type` for details. | 208 | - Entity main function, see :ref:`media-entity-functions` for details. |
209 | 209 | ||
210 | - .. row 4 | 210 | - .. row 4 |
211 | 211 | ||
diff --git a/Documentation/media/uapi/mediactl/media-types.rst b/Documentation/media/uapi/mediactl/media-types.rst index f92f10b7ffbd..2dda14bd89b7 100644 --- a/Documentation/media/uapi/mediactl/media-types.rst +++ b/Documentation/media/uapi/mediactl/media-types.rst | |||
@@ -7,11 +7,11 @@ Types and flags used to represent the media graph elements | |||
7 | 7 | ||
8 | .. tabularcolumns:: |p{8.2cm}|p{10.3cm}| | 8 | .. tabularcolumns:: |p{8.2cm}|p{10.3cm}| |
9 | 9 | ||
10 | .. _media-entity-type: | 10 | .. _media-entity-functions: |
11 | 11 | ||
12 | .. cssclass:: longtable | 12 | .. cssclass:: longtable |
13 | 13 | ||
14 | .. flat-table:: Media entity types | 14 | .. flat-table:: Media entity functions |
15 | :header-rows: 0 | 15 | :header-rows: 0 |
16 | :stub-columns: 0 | 16 | :stub-columns: 0 |
17 | 17 | ||