Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liviu Dudau and committed by
Jonathan Corbet
9ceae1da 8962786c

+1 -1
+1 -1
Documentation/DocBook/drm.tmpl
··· 1293 1293 </para> 1294 1294 <para> 1295 1295 If a page flip can be successfully scheduled the driver must set the 1296 - <code>drm_crtc-&lt;fb</code> field to the new framebuffer pointed to 1296 + <code>drm_crtc-&gt;fb</code> field to the new framebuffer pointed to 1297 1297 by <code>fb</code>. This is important so that the reference counting 1298 1298 on framebuffers stays balanced. 1299 1299 </para>