diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-08-25 18:49:11 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-29 19:30:59 +0000 |
commit | 5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc (patch) | |
tree | 9ef6e274cfe5c23e2eaf218d0ea0ba6e5032bece /Documentation/DocBook/drm.tmpl | |
parent | f07faf693c59b449b6637ea056e5826c85dcd265 (diff) | |
download | linux-stable-5b658bf2bf9e47f9a67cd26b1c69e4441eaf04fc.tar.gz |
DocBook/drm: `setup' is the noun; `to set up' is the verb
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </para> <para> 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 |