aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-16 13:56:14 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-01-11 12:19:23 -0200
commitaa360d3de3e5c8824d48e6e273d93ee69fb53cdf (patch)
tree6b2f2032007eb05aa45386ff2b1d3ef460a061c5
parent92777994a52e6c1fe0a6156a8b49e83efea6fd2c (diff)
downloadlinux-aa360d3de3e5c8824d48e6e273d93ee69fb53cdf.tar.gz
[media] DocBook: document media_entity_graph_walk_cleanup()
This function was added recently, but weren't documented. Add documentation for it. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--include/media/media-entity.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index c4aaeb85229c1..f90ff56888d4b 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -705,6 +705,12 @@ struct media_entity *media_entity_get(struct media_entity *entity);
__must_check int media_entity_graph_walk_init(
struct media_entity_graph *graph, struct media_device *mdev);
+
+/**
+ * media_entity_graph_walk_cleanup - Release resources used by graph walk.
+ *
+ * @graph: Media graph structure that will be used to walk the graph
+ */
void media_entity_graph_walk_cleanup(struct media_entity_graph *graph);
/**