diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 23:14:26 +0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 23:59:50 +0400 |
commit | 1c86de2216f678bfb6e2472af6e5c25b0df8d91f (patch) | |
tree | 48b5d690b5de133205dbbc2a504a194aff8684a7 /Documentation/DocBook/drm.tmpl | |
parent | 005d7f4a01d3c755c3abab38b7e380f0bbff475d (diff) | |
download | linux-1c86de2216f678bfb6e2472af6e5c25b0df8d91f.tar.xz |
DocBook/drm: Remove parentheses and unnecessary repetition
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 230c738c22f0..6b2a80369f6b 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -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, |