Skip to content

Commit

Permalink
bsg: style cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Jul 16, 2007
1 parent 1594a3f commit b711afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block/bsg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b711afa

Please sign in to comment.