dect
/
linux-2.6
Archived
13
0
Fork 0

DocBook/drm: Remove parentheses and unnecessary repetition

Signed-off-by: Michael Witten <mfwitten@gmail.com>
This commit is contained in:
Michael Witten 2011-08-25 19:14:26 +00:00
parent 005d7f4a01
commit 1c86de2216
1 changed files with 2 additions and 2 deletions

View File

@ -433,8 +433,8 @@
</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,