fix some missing whitespace/tab

main
Dave Airlie 2007-07-18 15:49:45 +10:00
parent 3a71e87742
commit a64b5d8d37
3 changed files with 8 additions and 8 deletions

View File

@ -335,7 +335,7 @@ EXPORT_SYMBOL(drm_fasync);
static void drm_object_release(struct file *filp) {
struct drm_file *priv = filp->private_data;
struct drm_file *priv = filp->private_data;
struct list_head *head;
struct drm_user_object *user_object;
struct drm_ref_object *ref_object;

View File

@ -786,15 +786,15 @@ enum drm_bo_type {
struct drm_bo_info_req {
uint64_t mask;
uint64_t flags;
unsigned int handle;
uint64_t flags;
unsigned int handle;
unsigned int hint;
unsigned int fence_class;
unsigned int pad64;
};
struct drm_bo_create_req {
uint64_t mask;
uint64_t mask;
uint64_t size;
uint64_t buffer_start;
unsigned int hint;
@ -820,8 +820,8 @@ struct drm_bo_op_req {
#define DRM_BO_REP_BUSY 0x00000001
struct drm_bo_info_rep {
uint64_t flags;
uint64_t mask;
uint64_t flags;
uint64_t mask;
uint64_t size;
uint64_t offset;
uint64_t arg_handle;
@ -831,7 +831,7 @@ struct drm_bo_info_rep {
unsigned int rep_flags;
unsigned int page_alignment;
unsigned int desired_tile_stride;
unsigned int hw_tile_stride;
unsigned int hw_tile_stride;
unsigned int tile_info;
unsigned int pad64;
uint64_t expand_pad[4]; /*Future expansion */

View File

@ -874,7 +874,7 @@ static int i915_mmio(DRM_IOCTL_ARGS)
e = &mmio_table[mmio.reg];
base = (u8 *) dev_priv->mmio_map->handle + e->offset;
switch (mmio.read_write) {
switch (mmio.read_write) {
case I915_MMIO_READ:
if (!(e->flag & I915_MMIO_MAY_READ))
return DRM_ERR(EINVAL);