DocBook/drm: Insert missing `that'
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 18:46:10 +0000 (18:46 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:30:53 +0000 (19:30 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 33290e3e3ffa4e17103b8605bac07c5d6d1f88cc..25e0f460a9739de46c6c46e2ecb76e4122540b52 100644 (file)
       <para>
        Finding &amp; mapping resources is fairly straightforward.  The
        DRM wrapper functions, drm_get_resource_start() and
-       drm_get_resource_len() may be used to find BARs on the given
+       drm_get_resource_len(), may be used to find BARs on the given
        drm_device struct.  Once those values have been retrieved, the
        driver load function can call drm_addmap() to create a new
-       mapping for the BAR in question.  Note you probably want a
+       mapping for the BAR in question.  Note that you probably want a
        drm_local_map_t in your driver private structure to track any
        mappings you create.
 <!-- !Fdrivers/gpu/drm/drm_bufs.c drm_get_resource_* -->
This page took 0.025921 seconds and 5 git commands to generate.