diff options
author | Antonio Ospite <ao2@amarulasolutions.com> | 2013-01-28 15:45:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-08 10:27:13 -0500 |
commit | c240ac9bc7470d4d060df3688b8e590cbbab9eb5 (patch) | |
tree | 63862cdc11ec296015856d13cf42035f67fa4eb2 /Documentation/media-framework.txt | |
parent | 7d0ee461fd173fea8ca254924263f189a3f0dc08 (diff) |
[media] Documentation/media-framework.txt: fix a sentence
Signed-off-by: Antonio Ospite <ao2@amarulasolutions.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/media-framework.txt')
-rw-r--r-- | Documentation/media-framework.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 802875413873..77bd0a42f19d 100644 --- a/Documentation/media-framework.txt +++ b/Documentation/media-framework.txt | |||
@@ -336,7 +336,7 @@ Calls to media_entity_pipeline_start() can be nested. The pipeline pointer must | |||
336 | be identical for all nested calls to the function. | 336 | be identical for all nested calls to the function. |
337 | 337 | ||
338 | media_entity_pipeline_start() may return an error. In that case, it will | 338 | media_entity_pipeline_start() may return an error. In that case, it will |
339 | clean up any the changes it did by itself. | 339 | clean up any of the changes it did by itself. |
340 | 340 | ||
341 | When stopping the stream, drivers must notify the entities with | 341 | When stopping the stream, drivers must notify the entities with |
342 | 342 | ||