提交 92e06213 编写于 作者: G Gustavo Padovan 提交者: Greg Kroah-Hartman

staging/android: style fix: alignment to match the open parenthesis

Fix checks reported by checkpatch.pl.
Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c240a714
...@@ -242,7 +242,7 @@ static unsigned int sync_file_poll(struct file *file, poll_table *wait) ...@@ -242,7 +242,7 @@ static unsigned int sync_file_poll(struct file *file, poll_table *wait)
} }
static long sync_file_ioctl_merge(struct sync_file *sync_file, static long sync_file_ioctl_merge(struct sync_file *sync_file,
unsigned long arg) unsigned long arg)
{ {
int fd = get_unused_fd_flags(O_CLOEXEC); int fd = get_unused_fd_flags(O_CLOEXEC);
int err; int err;
...@@ -297,7 +297,7 @@ static long sync_file_ioctl_merge(struct sync_file *sync_file, ...@@ -297,7 +297,7 @@ static long sync_file_ioctl_merge(struct sync_file *sync_file,
} }
static void sync_fill_fence_info(struct fence *fence, static void sync_fill_fence_info(struct fence *fence,
struct sync_fence_info *info) struct sync_fence_info *info)
{ {
strlcpy(info->obj_name, fence->ops->get_timeline_name(fence), strlcpy(info->obj_name, fence->ops->get_timeline_name(fence),
sizeof(info->obj_name)); sizeof(info->obj_name));
...@@ -311,7 +311,7 @@ static void sync_fill_fence_info(struct fence *fence, ...@@ -311,7 +311,7 @@ static void sync_fill_fence_info(struct fence *fence,
} }
static long sync_file_ioctl_fence_info(struct sync_file *sync_file, static long sync_file_ioctl_fence_info(struct sync_file *sync_file,
unsigned long arg) unsigned long arg)
{ {
struct sync_file_info info; struct sync_file_info info;
struct sync_fence_info *fence_info = NULL; struct sync_fence_info *fence_info = NULL;
...@@ -370,7 +370,7 @@ static long sync_file_ioctl_fence_info(struct sync_file *sync_file, ...@@ -370,7 +370,7 @@ static long sync_file_ioctl_fence_info(struct sync_file *sync_file,
} }
static long sync_file_ioctl(struct file *file, unsigned int cmd, static long sync_file_ioctl(struct file *file, unsigned int cmd,
unsigned long arg) unsigned long arg)
{ {
struct sync_file *sync_file = file->private_data; struct sync_file *sync_file = file->private_data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册