projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad5dfc
)
align spacing with kernel
author
Dave Airlie
<airlied@linux.ie>
Mon, 2 Jan 2006 05:38:03 +0000
(
05:38
+0000)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 2 Jan 2006 05:38:03 +0000
(
05:38
+0000)
linux-core/radeon_ioc32.c
patch
|
blob
|
history
diff --git
a/linux-core/radeon_ioc32.c
b/linux-core/radeon_ioc32.c
index
bfe6122
..
b980bed
100644
(file)
--- 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;