forked from Minki/linux
staging: Fix lines over 80 chars in android sw_sync
Fixes the following checkpatch warning: WARNING: Line over 80 characters Signed-off-by: Marlies Ruck <marlies.ruck@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
93ad5ab504
commit
0f14a20e45
@ -160,7 +160,8 @@ static int sw_sync_release(struct inode *inode, struct file *file)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static long sw_sync_ioctl_create_fence(struct sw_sync_timeline *obj, unsigned long arg)
|
static long sw_sync_ioctl_create_fence(struct sw_sync_timeline *obj,
|
||||||
|
unsigned long arg)
|
||||||
{
|
{
|
||||||
int fd = get_unused_fd();
|
int fd = get_unused_fd();
|
||||||
int err;
|
int err;
|
||||||
@ -218,7 +219,8 @@ static long sw_sync_ioctl_inc(struct sw_sync_timeline *obj, unsigned long arg)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static long sw_sync_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
static long sw_sync_ioctl(struct file *file, unsigned int cmd,
|
||||||
|
unsigned long arg)
|
||||||
{
|
{
|
||||||
struct sw_sync_timeline *obj = file->private_data;
|
struct sw_sync_timeline *obj = file->private_data;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user