diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-10-20 10:53:13 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-10-21 04:55:33 -0400 |
commit | 32197aab0425dbecc38462a91bc5c8acf70b2036 (patch) | |
tree | 87eed77b768688022f358c34d9aba8870bbb0d77 /drivers/gpu/drm/drm_irq.c | |
parent | d87af4d10558fedf636e3df1b10dd2954f9e2a78 (diff) |
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
This patch fix spelling typos found in drm.xml.
It is because the file is generated from comments in
source codes, I have to fix the typos within source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_irq.c')
-rw-r--r-- | drivers/gpu/drm/drm_irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 5ef03c216a27..3e6b582f60dd 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/drm_irq.c | |||
@@ -1190,7 +1190,7 @@ EXPORT_SYMBOL(drm_crtc_vblank_off); | |||
1190 | * | 1190 | * |
1191 | * This functions restores the vblank interrupt state captured with | 1191 | * This functions restores the vblank interrupt state captured with |
1192 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and | 1192 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and |
1193 | * drm_vblank_off() can be unbalanced and so can also be unconditionaly called | 1193 | * drm_vblank_off() can be unbalanced and so can also be unconditionally called |
1194 | * in driver load code to reflect the current hardware state of the crtc. | 1194 | * in driver load code to reflect the current hardware state of the crtc. |
1195 | * | 1195 | * |
1196 | * This is the legacy version of drm_crtc_vblank_on(). | 1196 | * This is the legacy version of drm_crtc_vblank_on(). |
@@ -1237,7 +1237,7 @@ EXPORT_SYMBOL(drm_vblank_on); | |||
1237 | * | 1237 | * |
1238 | * This functions restores the vblank interrupt state captured with | 1238 | * This functions restores the vblank interrupt state captured with |
1239 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and | 1239 | * drm_vblank_off() again. Note that calls to drm_vblank_on() and |
1240 | * drm_vblank_off() can be unbalanced and so can also be unconditionaly called | 1240 | * drm_vblank_off() can be unbalanced and so can also be unconditionally called |
1241 | * in driver load code to reflect the current hardware state of the crtc. | 1241 | * in driver load code to reflect the current hardware state of the crtc. |
1242 | * | 1242 | * |
1243 | * This is the native kms version of drm_vblank_on(). | 1243 | * This is the native kms version of drm_vblank_on(). |