diff options
author | Dave Airlie <airlied@linux.ie> | 2006-01-02 05:38:03 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-01-02 05:38:03 +0000 |
commit | dcbcc60864fbe592a949a1c250e1494e73504724 (patch) | |
tree | 0cc1bcc0ed3a4f68419d91ac92746ecd7c859443 /linux-core/radeon_ioc32.c | |
parent | 1ad5dfc369a4202d51fc471cd0050b299d1fab8b (diff) |
align spacing with kernel
Diffstat (limited to 'linux-core/radeon_ioc32.c')
-rw-r--r-- | linux-core/radeon_ioc32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/radeon_ioc32.c b/linux-core/radeon_ioc32.c index bfe61221..b980bedb 100644 --- a/linux-core/radeon_ioc32.c +++ b/linux-core/radeon_ioc32.c @@ -371,8 +371,7 @@ drm_ioctl_compat_t *radeon_compat_ioctls[] = { * \param arg user argument. * \return zero on success or negative number on failure. */ -long radeon_compat_ioctl(struct file *filp, unsigned int cmd, - unsigned long arg) +long radeon_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) { unsigned int nr = DRM_IOCTL_NR(cmd); drm_ioctl_compat_t *fn = NULL; |