aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2015-03-16 18:24:46 +0000
committerJonathan Corbet <corbet@lwn.net>2015-03-20 07:41:56 -0600
commit9ceae1da5027818b4dfd95e4a43fb52552c5fffb (patch)
tree12577f7f6744fe9aa4b669de10bfbdfe21da6639 /Documentation
parentDocumentation: Remove mentioning of block barriers (diff)
downloadlinux-dev-9ceae1da5027818b4dfd95e4a43fb52552c5fffb.tar.xz
linux-dev-9ceae1da5027818b4dfd95e4a43fb52552c5fffb.zip
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> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 03f1985a4bd1..0cad3ce957ff 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1293,7 +1293,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>