From: Liviu Dudau Date: Mon, 16 Mar 2015 18:24:46 +0000 (+0000) Subject: Documentation: drm: Use '->' when describing access through pointers. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9ceae1da5027818b4dfd95e4a43fb52552c5fffb;p=deliverable%2Flinux.git 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 Signed-off-by: Jonathan Corbet --- 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; If a page flip can be successfully scheduled the driver must set the - drm_crtc-<fb field to the new framebuffer pointed to + drm_crtc->fb field to the new framebuffer pointed to by fb. This is important so that the reference counting on framebuffers stays balanced.