From: Michael Witten Date: Thu, 25 Aug 2011 18:49:11 +0000 (+0000) Subject: DocBook/drm: `setup' is the noun; `to set up' is the verb X-Git-Tag: next-20110831~62^2^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f69a61d6ebc5ad6a6737324fd04fe6d346bee161;p=karo-tx-linux.git DocBook/drm: `setup' is the noun; `to set up' is the verb Signed-off-by: Michael Witten Signed-off-by: Randy Dunlap --- diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 1b2e3c37e377..d2f1ddaa3ca0 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 - setup an interrupt handler at driver load time as well. This + set up an interrupt handler at driver load time as well. 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