summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 18:56:12 +0000
committerMichael Witten <mfwitten@gmail.com>2011-08-29 19:31:06 +0000
commit9c2416adac986d7d90814d7985a0ea80ebea416f (patch)
treec45576d3ca53c8ecc6302e1862f43a560c665f3e /Documentation
parentbb49a6a1f3303f9cf23a19f403c9b90cdff0e7da (diff)
downloadlinux-0-day-9c2416adac986d7d90814d7985a0ea80ebea416f.tar.gz
linux-0-day-9c2416adac986d7d90814d7985a0ea80ebea416f.tar.xz
DocBook/drm: Use the passive voice
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 7001937f6b7d0..03321ebaf4a78 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -369,9 +369,9 @@
using the pci_map_rom() call, a convenience function that
takes care of mapping the actual ROM, whether it has been
shadowed into memory (typically at address 0xc0000) or exists
- on the PCI device in the ROM BAR. Note that once you've
- mapped the ROM and extracted any necessary information, be
- sure to unmap it; on many devices the ROM address decoder is
+ on the PCI device in the ROM BAR. Note that after the ROM
+ has been mapped and any necessary information has been extracted,
+ it should be unmapped; on many devices the ROM address decoder is
shared with other BARs, so leaving it mapped can cause
undesired behavior like hangs or memory corruption.
<!--!Fdrivers/pci/rom.c pci_map_rom-->