diff options
author | Dave Airlie <airlied@linux.ie> | 2007-03-19 08:29:07 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-03-19 08:29:07 +1100 |
commit | 2d7ecb84221278a9b6a0328fb2f9a63ea6b8e2e2 (patch) | |
tree | 7e8d93794d340896007a972825c221eaf9640d93 | |
parent | 2463b03cb4d89cfcc5f2af6d6f09b28a491cb971 (diff) |
more tab/space conversion
-rw-r--r-- | linux-core/drmP.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 596a0173..648e29bc 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -424,10 +424,10 @@ typedef struct drm_file { * option. */ - struct list_head refd_objects; + struct list_head refd_objects; struct list_head user_objects; - drm_open_hash_t refd_object_hash[_DRM_NO_REF_TYPES]; + drm_open_hash_t refd_object_hash[_DRM_NO_REF_TYPES]; void *driver_priv; } drm_file_t; @@ -544,7 +544,7 @@ typedef struct drm_mm_node { int free; unsigned long start; unsigned long size; - struct drm_mm *mm; + struct drm_mm *mm; void *private; } drm_mm_node_t; @@ -562,7 +562,7 @@ typedef struct drm_map_list { drm_hash_item_t hash; drm_map_t *map; /**< mapping */ drm_u64_t user_token; - drm_mm_node_t *file_offset_node; + drm_mm_node_t *file_offset_node; } drm_map_list_t; typedef drm_map_t drm_local_map_t; @@ -653,7 +653,7 @@ struct drm_driver { unsigned long (*get_reg_ofs) (struct drm_device * dev); void (*set_version) (struct drm_device * dev, drm_set_version_t * sv); - struct drm_fence_driver *fence_driver; + struct drm_fence_driver *fence_driver; struct drm_bo_driver *bo_driver; int major; |