diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-07-28 15:39:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-06 06:56:58 -0300 |
commit | edc9189c879af8cc8f1bf9746e63c5b014801a8a (patch) | |
tree | 11872be5aca6f15c720cec0070289c3d945eb2a6 /Documentation | |
parent | 0967d61ea0d8e8a7826bd8949cd93dd1e829ac55 (diff) | |
download | op-kernel-dev-edc9189c879af8cc8f1bf9746e63c5b014801a8a.zip op-kernel-dev-edc9189c879af8cc8f1bf9746e63c5b014801a8a.tar.gz |
V4L/DVB (8549a): fix kernel-doc warning, function name, and docbook filename
Change function name in kernel-doc and add kernel-doc for parameter @index:
Warning(linhead//drivers/media/video/videodev.c:2090): No description found for parameter 'index'
Also change source file name in DocBook/videobook.tmpl to match the new
source file name.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/videobook.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/videobook.tmpl b/Documentation/DocBook/videobook.tmpl index 8981779..0bc2594 100644 --- a/Documentation/DocBook/videobook.tmpl +++ b/Documentation/DocBook/videobook.tmpl @@ -1648,7 +1648,7 @@ static struct video_buffer capture_fb; <chapter id="pubfunctions"> <title>Public Functions Provided</title> -!Edrivers/media/video/videodev.c +!Edrivers/media/video/v4l2-dev.c </chapter> </book> |