aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2013-12-12 15:52:34 +0000
committerJon Medhurst <tixy@linaro.org>2014-04-09 18:55:11 +0100
commit71d9e3b8987265c0c4f64c542263b11d35635b23 (patch)
tree3b0cb71497d402cba0652f050b07c7eadb008f74 /Documentation
parent14932583c110b83f1cee6a2a1bad0ac43c0eb9f9 (diff)
Documentation: drm: Use '->' when describing access through pointers.
The documentation is trying to describe accessing a field through a pointer, but it is using '-<' instead of '->'. Fix that. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index ed1d6d28902..1e5800fdd8f 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1161,7 +1161,7 @@ int max_width, max_height;</synopsis>
</para>
<para>
If a page flip can be successfully scheduled the driver must set the
- <code>drm_crtc-&lt;fb</code> field to the new framebuffer pointed to
+ <code>drm_crtc-&gt;fb</code> field to the new framebuffer pointed to
by <code>fb</code>. This is important so that the reference counting
on framebuffers stays balanced.
</para>