aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-08-25 14:56:12 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-29 15:31:06 -0400
commit9c2416adac986d7d90814d7985a0ea80ebea416f (patch)
treec45576d3ca53c8ecc6302e1862f43a560c665f3e /Documentation/DocBook/drm.tmpl
parentbb49a6a1f3303f9cf23a19f403c9b90cdff0e7da (diff)
DocBook/drm: Use the passive voice
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-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 7001937f6b7d..03321ebaf4a7 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -369,9 +369,9 @@
369 using the pci_map_rom() call, a convenience function that 369 using the pci_map_rom() call, a convenience function that
370 takes care of mapping the actual ROM, whether it has been 370 takes care of mapping the actual ROM, whether it has been
371 shadowed into memory (typically at address 0xc0000) or exists 371 shadowed into memory (typically at address 0xc0000) or exists
372 on the PCI device in the ROM BAR. Note that once you've 372 on the PCI device in the ROM BAR. Note that after the ROM
373 mapped the ROM and extracted any necessary information, be 373 has been mapped and any necessary information has been extracted,
374 sure to unmap it; on many devices the ROM address decoder is 374 it should be unmapped; on many devices the ROM address decoder is
375 shared with other BARs, so leaving it mapped can cause 375 shared with other BARs, so leaving it mapped can cause
376 undesired behavior like hangs or memory corruption. 376 undesired behavior like hangs or memory corruption.
377<!--!Fdrivers/pci/rom.c pci_map_rom--> 377<!--!Fdrivers/pci/rom.c pci_map_rom-->