DocBook/drm: Remove parentheses and unnecessary repetition
authorMichael Witten <mfwitten@gmail.com>
Thu, 25 Aug 2011 19:14:26 +0000 (19:14 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 29 Aug 2011 19:59:50 +0000 (19:59 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Documentation/DocBook/drm.tmpl

index 230c738..6b2a803 100644 (file)
        </para>
        <para>
          Once your global TTM accounting structure is set up and initialized
-         (done by calling ttm_global_item_ref on the global object you
-         just created), you need to create a buffer object TTM to
+         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,