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,7 +963,7 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned int cmd, ...@@ -963,7 +963,7 @@ 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;
} }
/* /*
......
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