Commit b711afa6 authored by Jens Axboe's avatar Jens Axboe

bsg: style cleanup

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 1594a3f0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment