diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2009-06-24 19:57:35 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-15 17:13:09 +1000 |
commit | d1724078d6a01177c1db4ea0b75fda1ca8a73d57 (patch) | |
tree | 24c2cef55a572938acadbbd662df4d65701ca38e /include | |
parent | 531369e62649bb8f31217cc0bf33ee6f89f1dff6 (diff) |
ttm: Make messages more readable.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/ttm/ttm_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_module.h b/include/drm/ttm/ttm_module.h index 889a4c7958ae..d1d433834e4f 100644 --- a/include/drm/ttm/ttm_module.h +++ b/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, |