From: Michael Witten Date: Thu, 25 Aug 2011 18:50:14 +0000 (+0000) Subject: DocBook/drm: `at driver load time' -> `when the driver is loaded' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bb49a6a1f3303f9cf23a19f403c9b90cdff0e7da;p=deliverable%2Flinux.git DocBook/drm: `at driver load time' -> `when the driver is loaded' Signed-off-by: Michael Witten --- 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 @@ 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