Skip to content

Commit

Permalink
DocBook/drm: Better wording
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Witten <mfwitten@gmail.com>
  • Loading branch information
Michael Witten committed Aug 29, 2011
1 parent 6e375f4 commit 06fa7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/DocBook/drm.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
information, like register offsets, command buffer status,
register state for suspend/resume, etc. At load time, a
driver may simply allocate one and set drm_device.dev_priv
appropriately; at unload the driver can free it and set
drm_device.dev_priv to NULL.
appropriately; it should be freed and drm_device.dev_priv set
to NULL when the driver is unloaded.
</para>
<para>
The DRM supports several counters which may be used for rough
Expand Down

0 comments on commit 06fa7b8

Please sign in to comment.