Browse Source

ttm: Make messages more readable.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Thomas Hellstrom 16 years ago
parent
commit
d1724078d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/drm/ttm/ttm_module.h

+ 1 - 1
include/drm/ttm/ttm_module.h

@@ -33,7 +33,7 @@
 
 #include <linux/kernel.h>
 
-#define TTM_PFX "[TTM]"
+#define TTM_PFX "[TTM] "
 
 enum ttm_global_types {
 	TTM_GLOBAL_TTM_MEM = 0,