From: Michael Witten Date: Thu, 25 Aug 2011 18:46:10 +0000 (+0000) Subject: DocBook/drm: Insert missing `that' X-Git-Tag: next-20110831~62^2^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c3351d59da4b0cd2b9e99961c28cf9e2304d26c;p=karo-tx-linux.git DocBook/drm: Insert missing `that' Signed-off-by: Michael Witten Signed-off-by: Randy Dunlap --- diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 33290e3e3ffa..25e0f460a973 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -321,10 +321,10 @@ Finding & mapping resources is fairly straightforward. The DRM wrapper functions, drm_get_resource_start() and - drm_get_resource_len() may be used to find BARs on the given + drm_get_resource_len(), may be used to find BARs on the given drm_device struct. Once those values have been retrieved, the driver load function can call drm_addmap() to create a new - mapping for the BAR in question. Note you probably want a + mapping for the BAR in question. Note that you probably want a drm_local_map_t in your driver private structure to track any mappings you create.