diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-09-25 00:28:13 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-25 00:28:13 -0400 |
commit | b5e89ed53ed8d24f83ba1941c07382af00ed238e (patch) | |
tree | 747bae7a565f88a2e1d5974776eeb054a932c505 /drivers/char/drm/via_map.c | |
parent | 99a2657a29e2d623c3568cd86b27cac13fb63140 (diff) |
drm: lindent the drm directory.
I've been threatening this for a while, so no point hanging around.
This lindents the DRM code which was always really bad in tabbing department.
I've also fixed some misnamed files in comments and removed some trailing
whitespace.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/via_map.c')
-rw-r--r-- | drivers/char/drm/via_map.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/drm/via_map.c b/drivers/char/drm/via_map.c index bb171139e737..6bd6ac52ad1b 100644 --- a/drivers/char/drm/via_map.c +++ b/drivers/char/drm/via_map.c | |||
@@ -66,7 +66,7 @@ static int via_do_init_map(drm_device_t * dev, drm_via_init_t * init) | |||
66 | 66 | ||
67 | dev_priv->agpAddr = init->agpAddr; | 67 | dev_priv->agpAddr = init->agpAddr; |
68 | 68 | ||
69 | via_init_futex( dev_priv ); | 69 | via_init_futex(dev_priv); |
70 | dev_priv->pro_group_a = (dev->pdev->device == 0x3118); | 70 | dev_priv->pro_group_a = (dev->pdev->device == 0x3118); |
71 | 71 | ||
72 | dev->dev_private = (void *)dev_priv; | 72 | dev->dev_private = (void *)dev_priv; |
@@ -107,5 +107,3 @@ int via_map_init(DRM_IOCTL_ARGS) | |||
107 | 107 | ||
108 | return -EINVAL; | 108 | return -EINVAL; |
109 | } | 109 | } |
110 | |||
111 | |||