aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 9eda9b6df51d..b4196c1a239d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -292,8 +292,8 @@
292 information, like register offsets, command buffer status, 292 information, like register offsets, command buffer status,
293 register state for suspend/resume, etc. At load time, a 293 register state for suspend/resume, etc. At load time, a
294 driver may simply allocate one and set drm_device.dev_priv 294 driver may simply allocate one and set drm_device.dev_priv
295 appropriately; at unload the driver can free it and set 295 appropriately; it should be freed and drm_device.dev_priv set
296 drm_device.dev_priv to NULL. 296 to NULL when the driver is unloaded.
297 </para> 297 </para>
298 <para> 298 <para>
299 The DRM supports several counters which may be used for rough 299 The DRM supports several counters which may be used for rough