mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-02 18:10:30 +01:00
align spacing with kernel
This commit is contained in:
parent
1ad5dfc369
commit
dcbcc60864
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue