summaryrefslogtreecommitdiff
path: root/linux-core/drm_dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drm_dma.c')
-rw-r--r--linux-core/drm_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_dma.c b/linux-core/drm_dma.c
index 8e0ec95e..aef84d4e 100644
--- a/linux-core/drm_dma.c
+++ b/linux-core/drm_dma.c
@@ -239,7 +239,7 @@ int DRM(irq_install)( drm_device_t *dev, int irq )
down( &dev->struct_sem );
- /* Driver must have been initialized */
+ /* Driver must have been initialized */
if ( !dev->dev_private ) {
up( &dev->struct_sem );
return -EINVAL;