Merge branch 'linus' into core/rodata
[linux-2.6-block.git] / drivers / char / drm / drm_mm.c
index 3e6bc14f744139c758df485a30d30568e4370142..dcff9e9b52e327016ee53590a98ea8b21d44d362 100644 (file)
@@ -38,7 +38,7 @@
  * Aligned allocations can also see improvement.
  *
  * Authors:
- * Thomas Hellström <thomas-at-tungstengraphics-dot-com>
+ * Thomas Hellström <thomas-at-tungstengraphics-dot-com>
  */
 
 #include "drmP.h"
@@ -293,4 +293,3 @@ void drm_mm_takedown(struct drm_mm * mm)
 
        drm_free(entry, sizeof(*entry), DRM_MEM_MM);
 }
-