DocBook/drm: Insert `()' after function name
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 19:19:18 +0000 (19:19 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:59:52 +0000 (19:59 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 6b2a80369f6bd2f4fb016451c5bc89f1f000caa1..6977cd91779c18c6b8a9b9e14503b237e6e3ef5f 100644 (file)
        </para>
        <para>
          Once your global TTM accounting structure is set up and initialized
-         by calling ttm_global_item_ref on it,
+         by calling ttm_global_item_ref() on it,
          you need to create a buffer object TTM to
          provide a pool for buffer object allocation by clients and the
          kernel itself.  The type of this object should be TTM_GLOBAL_TTM_BO,
          and its size should be sizeof(struct ttm_bo_global).  Again,
          driver specific init and release functions may be provided,
-         likely eventually calling ttm_bo_global_init and
-         ttm_bo_global_release, respectively.  Also, like the previous
-         object, ttm_global_item_ref is used to create an initial reference
+         likely eventually calling ttm_bo_global_init() and
+         ttm_bo_global_release(), respectively.  Also, like the previous
+         object, ttm_global_item_ref() is used to create an initial reference
          count for the TTM, which will call your initialization function.
        </para>
       </sect3>
This page took 0.025531 seconds and 5 git commands to generate.