diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 16:06:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-13 16:42:06 -0400 |
commit | 3c8139477bc55166fa4c125209d193bd9851af3c (patch) | |
tree | 49a26622026bae39766a1e2cff684e33ed440795 /Documentation/DocBook | |
parent | 5266c98b15e682694e4d79590d39416ad3bde687 (diff) |
[media] DocBook: Fix docbook compilation
changeset 1248c7cb66d734b60efed41be7c7b86909812c0e broke html compilation:
Documentation/DocBook/v4l2.xml:584: parser error : Entity 'sub-subdev-g-edid' not defined
Documentation/DocBook/v4l2.xml:626: parser error : chunk is not well balanced
Documentation/DocBook/media_api.xml:74: parser error : Failure to process entity sub-v4l2
Documentation/DocBook/media_api.xml:74: parser error : Entity 'sub-v4l2' not defined
I suspect that one file was simply missed at the patch. Yet, keeping
it broken is a very bad idea, so we should either remove the broken
patch or to remove just the invalid include. Let's take the latter
approach.
Due to that, a warning is now produced:
Error: no ID for constraint linkend: v4l2-subdev-edid.
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/v4l2.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml b/Documentation/DocBook/media/v4l/v4l2.xml index 10ccde9d16d0..0292ed106887 100644 --- a/Documentation/DocBook/media/v4l/v4l2.xml +++ b/Documentation/DocBook/media/v4l/v4l2.xml | |||
@@ -581,7 +581,6 @@ and discussions on the V4L mailing list.</revremark> | |||
581 | &sub-subdev-enum-frame-size; | 581 | &sub-subdev-enum-frame-size; |
582 | &sub-subdev-enum-mbus-code; | 582 | &sub-subdev-enum-mbus-code; |
583 | &sub-subdev-g-crop; | 583 | &sub-subdev-g-crop; |
584 | &sub-subdev-g-edid; | ||
585 | &sub-subdev-g-fmt; | 584 | &sub-subdev-g-fmt; |
586 | &sub-subdev-g-frame-interval; | 585 | &sub-subdev-g-frame-interval; |
587 | &sub-subdev-g-selection; | 586 | &sub-subdev-g-selection; |