Documentation: drm: Use '->' when describing access through pointers.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Thu, 12 Dec 2013 15:52:34 +0000 (15:52 +0000)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 12 May 2014 12:30:53 +0000 (13:30 +0100)
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>
Documentation/DocBook/drm.tmpl

index 677a025..b027272 100644 (file)
@@ -1248,7 +1248,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>