mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
bsg: style cleanup
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
1594a3f0eb
commit
b711afa695
@ -963,8 +963,8 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
|
||||
|
||||
if (copy_to_user(uarg, &hdr, sizeof(hdr)))
|
||||
return -EFAULT;
|
||||
else
|
||||
return 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
* block device ioctls
|
||||
|
Loading…
Reference in New Issue
Block a user