bsg: style cleanup
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
1594a3f0eb
commit
b711afa695
1 changed files with 2 additions and 2 deletions
|
@ -963,8 +963,8 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
|
||||||
|
|
||||||
if (copy_to_user(uarg, &hdr, sizeof(hdr)))
|
if (copy_to_user(uarg, &hdr, sizeof(hdr)))
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
else
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* block device ioctls
|
* block device ioctls
|
||||||
|
|
Loading…
Add table
Reference in a new issue