summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/drm.tmpl
diff options
context:
space:
mode:
authorMichael Witten2011-08-25 20:50:14 +0200
committerMichael Witten2011-08-29 21:31:03 +0200
commitbb49a6a1f3303f9cf23a19f403c9b90cdff0e7da (patch)
tree919ce919fce6689e729b9040faa0bf8b56924d6b /Documentation/DocBook/drm.tmpl
parentDocBook/drm: `setup' is the noun; `to set up' is the verb (diff)
downloadkernel-qcow2-linux-bb49a6a1f3303f9cf23a19f403c9b90cdff0e7da.tar.gz
kernel-qcow2-linux-bb49a6a1f3303f9cf23a19f403c9b90cdff0e7da.tar.xz
kernel-qcow2-linux-bb49a6a1f3303f9cf23a19f403c9b90cdff0e7da.zip
DocBook/drm: `at driver load time' -> `when the driver is loaded'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r--Documentation/DocBook/drm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index d2f1ddaa3ca0..7001937f6b7d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -346,7 +346,7 @@
</para>
<para>
If your device supports interrupt generation, you may want to
- set up an interrupt handler at driver load time as well. This
+ set up an interrupt handler when the driver is loaded. This
is done using the drm_irq_install() function. If your device
supports vertical blank interrupts, it should call
drm_vblank_init() to initialize the core vblank handling code before