]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: vimc: stream: remove obsolete function doc
authorAndré Almeida <andrealmeid@collabora.com>
Mon, 24 Jun 2019 12:37:25 +0000 (08:37 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 23 Jul 2019 15:53:01 +0000 (11:53 -0400)
As a more complete version of vimc_streamer_s_streamer comment was added
at "media: vimc: stream: add missing function documentation" commit in
.c file, remove the old documentation from .h file.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/vimc/vimc-streamer.h

index 2b36674087948a0acbe8f420cdc4975ac109a5bd..28c3706e3c216af449e35358ed238fe82b21758f 100644 (file)
@@ -43,14 +43,6 @@ struct vimc_stream {
        u32 producer_pixfmt;
 };
 
-/**
- * vimc_streamer_s_streamer - start/stop the stream
- *
- * @stream:    the pointer to the stream to start or stop
- * @ved:       The last entity of the streamer pipeline
- * @enable:    any non-zero number start the stream, zero stop
- *
- */
 int vimc_streamer_s_stream(struct vimc_stream *stream,
                           struct vimc_ent_device *ved,
                           int enable);