From: Michael Witten Date: Thu, 25 Aug 2011 19:14:26 +0000 (+0000) Subject: DocBook/drm: Remove parentheses and unnecessary repetition X-Git-Tag: next-20110831~62^2^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ad05e66364586542cce076a182a7ddef0fc7aa1;p=karo-tx-linux.git DocBook/drm: Remove parentheses and unnecessary repetition Signed-off-by: Michael Witten Signed-off-by: Randy Dunlap --- 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 @@ 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,