diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2015-03-16 18:24:46 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-03-20 07:41:56 -0600 |
commit | 9ceae1da5027818b4dfd95e4a43fb52552c5fffb (patch) | |
tree | 12577f7f6744fe9aa4b669de10bfbdfe21da6639 /Documentation/DocBook | |
parent | 8962786ce3d91003bdd3f7c6bda2ee3641d66770 (diff) | |
download | op-kernel-dev-9ceae1da5027818b4dfd95e4a43fb52552c5fffb.zip op-kernel-dev-9ceae1da5027818b4dfd95e4a43fb52552c5fffb.tar.gz |
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/DocBook')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 03f1985..0cad3ce 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-<fb</code> field to the new framebuffer pointed to + <code>drm_crtc->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> |